diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index a82d1f3a6..9e5dabb9b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -21,6 +21,8 @@ - fixed #10920: addUser or addGroup? - fixed #10921: different tags - same message - fixed #10922: double tags + - fixed #10923: Typo in i18n + - fixed #10925: Wrong message in i18n 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 1aec25cdd..0199c5209 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -938,8 +938,8 @@ Otherwise, just the duration will be displayed as text.|, }, 'project.endDate.data' => { - message => q|The project's starting date in YYYY-MM-DD format. If no start date has been set, then it will have a short internationalized message.|, - lastUpdated => 1168969193, + message => q|The project's ending date in YYYY-MM-DD format. If no end date has been set, then it will have a short internationalized message.|, + lastUpdated => 1252361540, }, 'project.cost.data.int' => { @@ -953,13 +953,13 @@ Otherwise, just the duration will be displayed as text.|, }, 'project.complete.data.int' => { - message => q|Pecentage completion for the project, as an integer.|, - lastUpdated => 1168969193, + message => q|Percentage completion for the project, as an integer.|, + lastUpdated => 1252361508, }, 'project.complete.data.float' => { - message => q|Pecentage completion for the project, as a floating number with two decimal places of accuracy.|, - lastUpdated => 1168969193, + message => q|Percentage completion for the project, as a floating number with two decimal places of accuracy.|, + lastUpdated => 1252361512, }, 'project.edit.url' => {