diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-12-30 21:02:30 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-12-30 21:02:30 -0500 |
commit | d49ce63e51f596ad3bf0d02b689aea673cf544f8 (patch) | |
tree | 300c122c7c41368b91e800d1b30f5fb0482d5e98 /app/Locale/zh_CN/translations.php | |
parent | 053514feaa617f51712d6b5e1e2dafcf47a75782 (diff) |
Fix typo in French translation
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 8153a78a..bd3b19cf 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -566,8 +566,8 @@ return array( 'JPY - Japanese Yen' => '日元', 'NZD - New Zealand Dollar' => '新西兰元', 'RSD - Serbian dinar' => '第纳尔', - 'USD - US Dollar' => '美元', 'CNY - Chinese Yuan' => '人民币', + 'USD - US Dollar' => '美元', 'Destination column' => '目标栏目', 'Move the task to another column when assigned to a user' => '指定负责人时移动到其它栏目', 'Move the task to another column when assignee is cleared' => '移除负责人时移动到其它栏目', |