From 898873a22d72ae8d3df5841006e2481739243167 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 16 Jul 2012 13:16:28 +0000 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 --- config/locales/ja.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/ja.yml b/config/locales/ja.yml index ee1142522..e34aa5629 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: すべてのチェックを外す