diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-06-27 05:15:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-06-27 05:15:40 +0000 |
commit | 3209a0180603bc4f457eaa65fe5420ef24254bdb (patch) | |
tree | 336075ab74d63d4315e4d4cc92fd89c86b97e615 /config/locales/ja.yml | |
parent | 3540f572924b6f7c4c76eeee43355465c5b53a0a (diff) | |
download | redmine-3209a0180603bc4f457eaa65fe5420ef24254bdb.tar.gz redmine-3209a0180603bc4f457eaa65fe5420ef24254bdb.zip |
fix Japanese terms mismatch in workflow by Go MAEDA (#17308)
git-svn-id: http://svn.redmine.org/redmine/trunk@13194 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-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 080e39c78..458d14bfc 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -605,7 +605,7 @@ ja: label_total: 合計 label_permissions: 権限 label_current_status: 現在のステータス - label_new_statuses_allowed: ステータスの移行先 + label_new_statuses_allowed: 遷移できるステータス label_all: すべて label_none: なし label_nobody: 無記名 |