Commit fa3b9052 authored by Varun Sridharan's avatar Varun Sridharan

Merge pull request #87 from guilro/master

Add i18n on donation button
parents 0334a3c3 43be83cf
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</tr> </tr>
<tr> <tr>
<td></td> <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> </tr>
</table> </table>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<?php }?> <?php }?>
<?php echo $donation_price; ?> <?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> </form>
</div> </div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment