Fixing more i18n typos in ProjectManager 10923, 10925.
This commit is contained in:
parent
b2bc8c91b4
commit
4fec772de1
2 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue