From 5fdb8e3ba1a671606c939140cc12e49aaf3e0511 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 12 Jul 2010 09:14:15 -0700 Subject: [PATCH] fix copy/paste error with shop template variables. Fixes bug #11709 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Shop.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index d588ceb28..d2766888c 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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... diff --git a/lib/WebGUI/i18n/English/Shop.pm b/lib/WebGUI/i18n/English/Shop.pm index 2a0780cbd..18f13bda9 100644 --- a/lib/WebGUI/i18n/English/Shop.pm +++ b/lib/WebGUI/i18n/English/Shop.pm @@ -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| },