diff --git a/lib/WebGUI/i18n/English/Commerce.pm b/lib/WebGUI/i18n/English/Commerce.pm
index 6c45fae41..fa1f93856 100755
--- a/lib/WebGUI/i18n/English/Commerce.pm
+++ b/lib/WebGUI/i18n/English/Commerce.pm
@@ -66,16 +66,16 @@ our $I18N = {
'help manage commerce body' => {
message => q|The commerce system of WebGUI is highly configurable. You can set the following properties:
-Confirm checkout template
+^International("confirm checkout template","Commerce");
This template is shown when a user is asked to confirm his purchase. The form data for the payment gateway is also shown here.
-Transaction error template
+^International("transaction error template","Commerce");
This is the template that's shown if any error occurs during the payment process. This could be a declined credit card or a false cvv2 code, for instance. Also an 'error' is triggered by a fraud protection filter or some other service that requires manual interaction from the merchant.
-Checkout canceled template
+^International("checkout canceled template","Commerce");
This is the template that the user sees when he cancels the transaction. This normally only occurs with remote-side payment gateways (like PayPal). This is because a site-side payment gateway usually uses a single step process.
-Send daily report to
+^International("daily report email","Commerce");
Everyday the scheduler plugin that checks and updates subscriptions send a report on on the successful and failed term payments. Here you can set to which email address it should send this report.
| OK | +^International("ok","Commerce"); | This means that this transaction has been completed successfully. You have purchased the product. |
| Pending | +^International("pending","Commerce"); | This means that this transaction is under review. This could have a number of causes, and normally this transaction is processed within a short time. |
| Transaction Error | +^International("transaction error","Commerce"); | An unrecoverable error happened while processing the transaction. |
| Connection Error | +^International("transaction error","Commerce"); | Something went wrong with the connection to the payment gateway. The admin has been notified. |