diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f4ae9d7c1..0caf25015 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - fixed #9235: Image Bug in rich text editor. - fixed #9219: Thingy After Save Search This Thing not showing all rows (SDH Consulting Group) - fixed #9231: Singleton workflows should not report an error when an attempt is made to run them again + - fixed #9244: i18n for colin 7.6.5 - security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them. diff --git a/lib/WebGUI/i18n/English/Account_Inbox.pm b/lib/WebGUI/i18n/English/Account_Inbox.pm index 3956446aa..3a86f1359 100644 --- a/lib/WebGUI/i18n/English/Account_Inbox.pm +++ b/lib/WebGUI/i18n/English/Account_Inbox.pm @@ -75,8 +75,8 @@ our $I18N = { }, 'inbox manage invitations template hoverHelp' => { - message => q|Choose the template to user for managing invitations|, - lastUpdated => 1119068809 + message => q|Choose the template to use for managing invitations|, + lastUpdated => 1228773936 }, 'invitation confirm message template label' => { diff --git a/lib/WebGUI/i18n/English/Account_Profile.pm b/lib/WebGUI/i18n/English/Account_Profile.pm index 5f3bc7d42..cf54fb29e 100644 --- a/lib/WebGUI/i18n/English/Account_Profile.pm +++ b/lib/WebGUI/i18n/English/Account_Profile.pm @@ -5,8 +5,8 @@ our $I18N = { 'title' => { message => q{Profile}, - lastUpdated => 1225724810, - context => q{Tab label for Profile Account pluggin}, + lastUpdated => 1228764827, + context => q{Tab label for Profile Account plugin}, }, 'profile style template label' => { @@ -15,7 +15,7 @@ our $I18N = { }, 'profile style template hoverHelp' => { - message => q|Select a style template from the list to enclose the inbox in.|, + message => q|Select a style template from the list to enclose the profile in.|, lastUpdated => 1119068809 }, @@ -25,8 +25,8 @@ our $I18N = { }, 'profile layout template hoverHelp' => { - message => q{Choose a layout from the list to display the various account pluggins that are editable by the current user as well as the contents of the one currently chosen}, - lastUpdated => 1119068809 + message => q{Choose a layout from the list to display the various account plugins that are usable by the current user as well as the contents of the plugin currently chosen.}, + lastUpdated => 1228773692 }, 'profile view template label' => { @@ -35,7 +35,7 @@ our $I18N = { }, 'profile view template hoverHelp' => { - message => q|Choose the main template for viewing a profile|, + message => q|Choose the main template for viewing a profile.|, lastUpdated => 1119068809 }, @@ -55,7 +55,7 @@ our $I18N = { }, 'profile edit layout template hoverHelp' => { - message => q{Choose a layout from the list to display the various account pluggins that are viewable by others as well as the contents of the one currently chosen}, + message => q{Choose a layout from the list to display the user's profile for editing.}, lastUpdated => 1119068809 },