fixed grammatical error in i18n

This commit is contained in:
Doug Bell 2008-06-20 18:51:22 +00:00
parent 858c227ee6
commit d387536807
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

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