fixed grammatical error in i18n
This commit is contained in:
parent
858c227ee6
commit
d387536807
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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|,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue