Add a Select One label to WebGUI
This commit is contained in:
parent
100b900dd2
commit
98d7318d64
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue