Fixed some Account i18n typos.

This commit is contained in:
Colin Kuskie 2008-12-08 22:06:08 +00:00
parent aabec44de8
commit e636e927e8
3 changed files with 10 additions and 9 deletions

View file

@ -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.

View file

@ -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' => {

View file

@ -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
},