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|, },