fix copy/paste error with shop template variables. Fixes bug #11709
This commit is contained in:
parent
bc330634ed
commit
5fdb8e3ba1
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
- fixed #11698: Trash dies on missing or bad workflow
|
||||
- fixed #11692: Dates not imported correctly into Thingy
|
||||
- fixed #11672: UTF-Error in message body (from DataForm)
|
||||
- fixed #11709: Shop - i18n error
|
||||
|
||||
7.9.8
|
||||
- fixed #11651: First Day of Week is a string...
|
||||
|
|
|
|||
|
|
@ -1978,7 +1978,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'loginFormButton help' => {
|
||||
message => q|The end of the form to help a user log in. This variable will only be populated if the current user is Visitor.|,
|
||||
message => q|A button to submit the login form. This variable will only be populated if the current user is Visitor.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Template variable help|
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue