Add a Select One label to WebGUI

This commit is contained in:
Colin Kuskie 2009-04-06 15:32:13 -07:00
parent 100b900dd2
commit 98d7318d64

View file

@ -4346,6 +4346,12 @@ Users may override this setting in their profile.
'recaptcha public key' => {
message => 'reCAPTCHA Public Key'
},
'Select One' => {
message => q|Select One|,
context => q|Label in dropdown lists, indicating that the user should use the list to select 1 entry. It is implied that if nothing is chosen, that nothing will happen.|,
lastUpdated => 1239057119,
},
};
1;