i18n the choices for the new DataForm Rich Editor selector.
This commit is contained in:
parent
bf2732e045
commit
d309dbce6a
2 changed files with 8 additions and 2 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue