From c0d4e235014a8f32c26d36dc4545d208c545b6f1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 18 May 2008 03:18:44 +0000 Subject: [PATCH] add an add to cart label to share with others --- lib/WebGUI/i18n/English/Shop.pm | 6 ++++++ 1 file changed, 6 insertions(+) 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;