From 2f810bdd8687271d868f40397ad4124b3b45274d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Nov 2005 03:35:46 +0000 Subject: [PATCH] forward port of bugfix #1350687 --- lib/WebGUI/i18n/English/WebGUIProfile.pm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/WebGUIProfile.pm b/lib/WebGUI/i18n/English/WebGUIProfile.pm index 60cdffb54..7e9e0e7f7 100644 --- a/lib/WebGUI/i18n/English/WebGUIProfile.pm +++ b/lib/WebGUI/i18n/English/WebGUIProfile.pm @@ -69,8 +69,16 @@ to validate any input that the user may supply.|, }, '487 description' => { - message => q|This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.|, - lastUpdated => 1122316558, + message => q|

This field is used for the list types (like Checkbox List and Select List). Enter the value and key pairs, one per line, surrounded by curly braces. See the example below:

+
+	{
+	"database value 1" => "form label 1",
+	"database value 2" => "form label 2",
+	"database value 3" => "form label 3",
+	}
+
+|, + lastUpdated => 1132542146, }, '488 description' => {