fix copy/paste error with shop template variables. Fixes bug #11709

This commit is contained in:
Colin Kuskie 2010-07-12 09:14:15 -07:00
parent bc330634ed
commit 5fdb8e3ba1
2 changed files with 2 additions and 1 deletions

View file

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

View file

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