From c4276971c97fa0856e832efe212b19fb80f54227 Mon Sep 17 00:00:00 2001 From: Yung Han Khoe Date: Sat, 18 Oct 2008 20:56:25 +0000 Subject: [PATCH] updating hoverhelp in metadata property's edit form --- lib/WebGUI/i18n/English/Asset.pm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index a2f0f140d..7fd604b86 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -567,8 +567,19 @@ as mouseover text in the asset properties tab.

|, }, 'Possible Values description' => { - message => q|

This field is used only for the Radio List and Select List data types. Enter -the values you wish to appear, one per line. Each line should be less than 255 characters long.

|, + 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.
+
If you want a different label for a value, the possible values list has to be +formatted as follows: +
+{
+   "key1"=>"value1",
+   "key2"=>"value2",
+   "key3"=>"value3"
+   ...
+}
+
+Braces, quotes and all. You simply replace "key1"/"value1" with your own name/value pairs|, lastUpdated => 1213247476, },