From d38753680762373d2b3704749dd2a9d205f6e8d7 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 20 Jun 2008 18:51:22 +0000 Subject: [PATCH] fixed grammatical error in i18n --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Shop.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4097780c7..9f9a893a9 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fixed: Non-admin users can now add Gallery assets - fixed: Thingy Data now retains File and Images if they aren't explicitly deleted - fixed: Rich Editor no longer makes other form controls show up as code in Safari 3 + - fixed: Shop->hasShippingAddress help grammatical error 7.5.13 - fixed: storage locations for some assets in packages not imported correctly diff --git a/lib/WebGUI/i18n/English/Shop.pm b/lib/WebGUI/i18n/English/Shop.pm index 1abb59cba..e96c778df 100644 --- a/lib/WebGUI/i18n/English/Shop.pm +++ b/lib/WebGUI/i18n/English/Shop.pm @@ -190,7 +190,7 @@ our $I18N = { }, 'hasShippingAddress help' => { - message => q|A condition indicating whether the the user has already specified a shipping address. Shipping address is always required in order to calculate taxes.|, + message => q|A condition indicating whether the user has already specified a shipping address. Shipping address is always required in order to calculate taxes.|, lastUpdated => 0, context => q|a help description|, },