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