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 = (