diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index eb3034711..8c08722f0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.5.10 - fix: Syntax error in GetCsMail - fixed: Thingy: field types not in alphabetical order + - fixed: Thingy: Text field type listed twice 7.5.9 - fixed: Collaboration System attachments follow site's max size instead of CS's diff --git a/lib/WebGUI/Form/SelectRichEditor.pm b/lib/WebGUI/Form/SelectRichEditor.pm index 4d0d3e7ec..a6d01ce21 100644 --- a/lib/WebGUI/Form/SelectRichEditor.pm +++ b/lib/WebGUI/Form/SelectRichEditor.pm @@ -65,7 +65,7 @@ sub definition { my $i18n = WebGUI::International->new($session); push @{$definition}, { formName => { - defaultValue => $i18n->get("475"), + defaultValue => $i18n->get("SelectRichEditor formName"), }, defaultValue => { defaultValue => '', diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 0e5c2a3b1..332969d58 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3930,7 +3930,11 @@ LongTruncOk=1

message => q{Your commit is canceled because WebGUI cannot connect to Spectre. Please fix your Spectre problem and attempt to commit again.}, lastUpdated => 1202274246, }, - + + 'SelectRichEditor formName' => { + message => q{Rich Editor}, + lastUpdated => 1202274234, + }, }; 1;