Fix an i18n typo in StockData.
This commit is contained in:
parent
b28452bb63
commit
d3b97a938a
2 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
|||
- fixed #10915: StoryManager: Carousel clips content
|
||||
- fixed #10907: profiles viewable by everybody
|
||||
- added custom box size to USPS driver, priority service
|
||||
- fixed #10919: is visitor or is not visitor??
|
||||
|
||||
7.7.19
|
||||
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread
|
||||
|
|
|
|||
|
|
@ -146,8 +146,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'isVisitor' => {
|
||||
message => q|Whether or not the current user is a visitor. This returns true if the users is authenticated against the system|,
|
||||
lastUpdated => 1149565312,
|
||||
message => q|Whether or not the current user is a visitor. This returns true if the user is not authenticated against the system|,
|
||||
lastUpdated => 1252351439,
|
||||
},
|
||||
|
||||
'stock.display.url' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue