Fix typo in PR
This commit is contained in:
parent
cfb5d07135
commit
8a00430885
|
|
@ -85,6 +85,7 @@ Contributors:
|
|||
- [Oliver Jakoubek](https://github.com/jakoubek)
|
||||
- [Olivier Maridat](https://github.com/oliviermaridat)
|
||||
- [Oren Ben-Kiki](https://github.com/orenbenkiki)
|
||||
- [Patrick Van Elk](https://github.com/patrickvanelk)
|
||||
- Paolo Mainieri
|
||||
- [Pavel Roušar](https://github.com/rousarp)
|
||||
- [Peller Zoltan](https://github.com/PierP)
|
||||
|
|
|
|||
|
|
@ -712,7 +712,7 @@ return array(
|
|||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
'Swimlane' => 'Swimlane',
|
||||
'Gravatar' => 'Gravatar',
|
||||
'%s moved the task %s to the first swimlane' => '%s heeft de taak naar de eerste swimlane verplaatst',
|
||||
'%s moved the task %s to the first swimlane' => '%s heeft de taak %s naar de eerste swimlane verplaatst',
|
||||
'%s moved the task %s to the swimlane "%s"' => '%s heeft taak %s naar swimlane "%s" verplaatst',
|
||||
// 'This report contains all subtasks information for the given date range.' => '',
|
||||
// 'This report contains all tasks information for the given date range.' => '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue