diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c75efac95..9ec05b19f 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,7 +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 + - fixed: Thingy: Text, File and Hidden field types listed twice (Yung Han Khoe) - fixed: Thingy: subtext is not displayed 7.5.9 diff --git a/lib/WebGUI/Form/Attachments.pm b/lib/WebGUI/Form/Attachments.pm index 96d3f0b6b..cf09a6a5e 100644 --- a/lib/WebGUI/Form/Attachments.pm +++ b/lib/WebGUI/Form/Attachments.pm @@ -88,7 +88,7 @@ sub definition { my $i18n = WebGUI::International->new($session); push(@{$definition}, { formName=>{ - defaultValue=>$i18n->get("file") + defaultValue=>$i18n->get("Attachments formName") }, name=>{ defaultValue=>"attachments" diff --git a/lib/WebGUI/Form/SubscriptionGroup.pm b/lib/WebGUI/Form/SubscriptionGroup.pm index 51e7edc9a..9f755b33e 100644 --- a/lib/WebGUI/Form/SubscriptionGroup.pm +++ b/lib/WebGUI/Form/SubscriptionGroup.pm @@ -59,7 +59,7 @@ sub definition { my $i18n = WebGUI::International->new($session); push(@{$definition}, { formName=>{ - defaultValue=>$i18n->get("hidden") + defaultValue=>$i18n->get("SubscriptionGroup formName") }, profileEnabled=>{ defaultValue=>0 diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 332969d58..506fffd54 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3935,6 +3935,16 @@ LongTruncOk=1

message => q{Rich Editor}, lastUpdated => 1202274234, }, + + 'SubscriptionGroup formName' => { + message => q{Subscription Group}, + lastUpdated => 1202274234, + }, + + 'Attachments formName' => { + message => q{Attachments}, + lastUpdated => 1202274234, + }, }; 1;