From 98d7318d6421c6df557f647054117f7dcb1d6693 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 6 Apr 2009 15:32:13 -0700 Subject: [PATCH] Add a Select One label to WebGUI --- lib/WebGUI/i18n/English/WebGUI.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index a8c37b59f..4dfdebdd9 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -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;