forward port of bugfix #1350687

This commit is contained in:
Colin Kuskie 2005-11-21 03:35:46 +00:00
parent 71998a98a4
commit 2f810bdd86

View file

@ -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|<p>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:</p>
<pre>
{
"database value 1" => "form label 1",
"database value 2" => "form label 2",
"database value 3" => "form label 3",
}
</pre>
|,
lastUpdated => 1132542146,
},
'488 description' => {