diff --git a/lib/WebGUI/i18n/English/Shop.pm b/lib/WebGUI/i18n/English/Shop.pm index 65aea9c36..ce69077d7 100644 --- a/lib/WebGUI/i18n/English/Shop.pm +++ b/lib/WebGUI/i18n/English/Shop.pm @@ -387,6 +387,12 @@ our $I18N = { context => q|Label in view transaction|, }, + 'add to cart' => { + message => q|Add to cart|, + lastUpdated => 1211080800, + context => q|The label for the add to cart button.| + }, + }; 1;