From 69e2468d978e3c057deb71d6e5c7fc32b5db80f7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 7 Sep 2009 12:48:30 -0700 Subject: [PATCH] Fix i18n copy paste error in Project manager. bug #10921 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_ProjectManager.pm | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 320ba90a7..2965ec17b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -19,6 +19,7 @@ - added custom box size to USPS driver, priority service - fixed #10919: is visitor or is not visitor?? - fixed #10920: addUser or addGroup? + - fixed #10921: different tags - same message 7.7.19 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread diff --git a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm index dc0ef12ac..6d858a898 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -477,15 +477,13 @@ from working.|, }, 'form.header' => { - message => q|If the user is in the group to add projects, then this variable will contain HTML form code -to make on the fly editing of tasks work.|, - lastUpdated => 1149824991, + message => q|HTML code to start the form for making on the fly editing of tasks work. If the user is not in the group to add projects, it will be blank.|, + lastUpdated => 1252352849, }, 'form.footer' => { - message => q|If the user is in the group to add projects, then this variable will contain HTML form code -to make on the fly editing of tasks work.|, - lastUpdated => 1149824991, + message => q|HTML code to end the form for making on the fly editing of tasks work. If the user is not in the group to add projects, it will be blank.|, + lastUpdated => 1252352847, }, 'project.canEdit' => {