diff options
Diffstat (limited to 'app/Locales/pl_PL/translations.php')
-rw-r--r-- | app/Locales/pl_PL/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index f2e96bb6..fe76b34c 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -495,8 +495,8 @@ return array( // 'Default values are "%s"' => '', // 'Default columns for new projects (Comma-separated)' => '', // 'Task assignee change' => '', - // '%s change the assignee of the task #%d' => '', - // '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s change the assignee of the task #%d to %s' => '', + // '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to %s' => '', // '[%s][Column Change] %s (#%d)' => '', // '[%s][Position Change] %s (#%d)' => '', // '[%s][Assignee Change] %s (#%d)' => '', |