From 0076d9279e69450001d9f3e22d3e8210d54a8d59 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 13 Jun 2008 00:23:15 +0000 Subject: [PATCH] missed some i18n in the FlatDiscount SKU related to the thank you message --- lib/WebGUI/i18n/English/Asset_FlatDiscount.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm b/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm index c3c5f8f7f..0ced69c38 100644 --- a/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm +++ b/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm @@ -93,12 +93,24 @@ our $I18N = { context => q|template variable description| }, + 'thank you message' => { + message => q|Thank you message|, + lastUpdated => 0, + context => q|help for default price field| + }, + 'thank you message help' => { message => q|Write a "thank you message", this could also just be a notice that something was added to the cart.|, lastUpdated => 0, context => q|help for default price field| }, + 'default thank you message' => { + message => q|The coupon has been added to the cart.|, + lastUpdated => 0, + context => q|help for default price field| + }, + 'hasAddedToCart' => { message => q|A condition indicating that the user has added the product to their cart, so we can display the thank you message.|, lastUpdated => 0,