From 898873a22d72ae8d3df5841006e2481739243167 2012-07-16 13:16:28 From: Toshi MARUYAMA Date: 2012-07-16 13:16:28 Subject: [PATCH] Fix Japanese mistranslation for "button_submit" (#11401) Contributed by Kenichi Maehashi. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10007 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/ja.yml b/config/locales/ja.yml index ee11425..e34aa56 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -842,7 +842,7 @@ ja: label_child_revision: 子 button_login: ログイン - button_submit: 変更 + button_submit: 送信 button_save: 保存 button_check_all: すべてにチェックをつける button_uncheck_all: すべてのチェックを外す