diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-07-17 04:58:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-07-17 04:58:04 +0000 |
commit | 07ce80be2d34e2cc458ce62f3fcf1b15c1a67e2a (patch) | |
tree | 4a5f41478076a0e6aad69545b4da0aaa14b0d171 /config | |
parent | c3c7f1f900b1c7bc58aa93aa9b9cb79a7238a45d (diff) | |
download | redmine-07ce80be2d34e2cc458ce62f3fcf1b15c1a67e2a.tar.gz redmine-07ce80be2d34e2cc458ce62f3fcf1b15c1a67e2a.zip |
fix unnatural Japanese message when users failed to login (#11412)
Contributed by Kenichi Maehashi.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10016 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 9870cb665..885253eaa 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -173,7 +173,7 @@ ja: general_first_day_of_week: '7' notice_account_updated: アカウントが更新されました。 - notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 + notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効です notice_account_password_updated: パスワードが更新されました。 notice_account_wrong_password: パスワードが違います notice_account_register_done: アカウントが作成されました。 |