diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-06-09 18:29:25 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-06-09 18:29:25 -0400 |
commit | 3909814313f32c75e1957554678b1787e8674be9 (patch) | |
tree | 55f1bdcc72469e0cbaecf157bc24235705b41d12 /app/Locale/ko_KR | |
parent | abebd9262957895a20c96fb83c322b7f5988a4ec (diff) |
Remove checkbox to simplify task mail form
Diffstat (limited to 'app/Locale/ko_KR')
-rw-r--r-- | app/Locale/ko_KR/translations.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 6bc810ec..804e9c3d 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1336,7 +1336,6 @@ return array( // 'Remove user from group' => '', // 'Assign the task to its creator' => '', // 'This task was sent by email to "%s" with subject "%s".' => '', - // 'Log this action in a comment' => '', // 'Predefined Email Subjects' => '', // 'Write one subject by line.' => '', ); |