i18n the choices for the new DataForm Rich Editor selector.

This commit is contained in:
Colin Kuskie 2009-05-14 00:13:49 +00:00
parent bf2732e045
commit d309dbce6a
2 changed files with 8 additions and 2 deletions

View file

@ -228,7 +228,7 @@ sub definition {
# populate hash of Rich Editors and add an entry to the list to use the default
my $selectRichEditor = WebGUI::Form::SelectRichEditor->new($session,{}) ;
my $richEditorOptions = $selectRichEditor->getOptions() ;
$richEditorOptions->{'**Use_Default_Editor**'} = "Use Default Rich Editor" ;
$richEditorOptions->{'**Use_Default_Editor**'} = $i18n->get("Use Default Rich Editor");
tie %properties, 'Tie::IxHash';
%properties = (

View file

@ -9,11 +9,17 @@ our $I18N = {
},
'htmlAreaRichEditor description' => {
message => q|Select the Rich Editor you want to use for HTML Area fields.|,
message => q|Select the Rich Editor you want to use for HTML Area fields. The Default Rich Editor is the one defined in the settings.|,
lastUpdated => 0,
context => 'hover help for HTMLArea field Rich Editor selector.',
},
'Use Default Rich Editor' => {
message => q|Use Default Rich Editor|,
lastUpdated => 0,
context => q|Label in the edit screen. Use the default Rich Editor, meaning to take the default used by the site.|,
},
'delete file' => {
message => q|Delete Attached File|,
lastUpdated => 0,