diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-08 09:46:12 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-08 09:46:12 -0400 |
commit | 03179a1269cd27aad99becceab6b0aacc30e0f2a (patch) | |
tree | 25b888e2081069dc8667cf3d7fdb954aca6eebe4 /app/Locale/ko_KR/translations.php | |
parent | 1a1e5e3d933a8d7fff1e6cc15504378b9e09397f (diff) |
Change button label for tasks/projects upload form
Diffstat (limited to 'app/Locale/ko_KR/translations.php')
-rw-r--r-- | app/Locale/ko_KR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 5b52df7e..0fbf78f9 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1165,4 +1165,5 @@ return array( // 'Closed tasks assigned to "%s"' => '', // 'Assign automatically a color based on a priority' => '', // 'Overdue tasks for the project(s) "%s"' => '', + // 'Upload files' => '', ); |