Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
woocommerce-quick-donation
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wordpress
woocommerce-quick-donation
Commits
43be83cf
Commit
43be83cf
authored
Apr 14, 2016
by
Guillaume Royer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translate donation button
parent
0334a3c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
donation-form.php
template/donation-form.php
+1
-1
single-donation-form.php
template/single-donation-form.php
+1
-1
No files found.
template/donation-form.php
View file @
43be83cf
...
...
@@ -20,7 +20,7 @@
</tr>
<tr>
<td></td>
<td><input
type=
"submit"
name=
"donation_add"
value=
"
Add Donation
"
/></td>
<td><input
type=
"submit"
name=
"donation_add"
value=
"
<?php
_e
(
'Add Donation'
,
WC_QD_TXT
)
?>
"
/></td>
</tr>
</table>
...
...
template/single-donation-form.php
View file @
43be83cf
...
...
@@ -19,7 +19,7 @@
<?php
}
?>
<?php
echo
$donation_price
;
?>
<input
type=
"submit"
name=
"donation_add"
value=
"
Add Donation
"
/>
<input
type=
"submit"
name=
"donation_add"
value=
"
<?php
_e
(
'Add Donation'
,
WC_QD_TXT
)
?>
"
/>
</form>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment