Fix i18n copy paste error in Project manager. bug #10921
This commit is contained in:
parent
b319e7fcb8
commit
69e2468d97
2 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue