diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-05-10 14:52:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-05-10 14:52:44 +0000 |
commit | 1acb0c9f69b3dbe4a2bca98fc154197490c952c0 (patch) | |
tree | 06c92062790e027485ae06aa04a95e0ad7d54538 /config/locales | |
parent | 20f8996cf40e7b14671c785eb9ea5994fee29104 (diff) | |
download | redmine-1acb0c9f69b3dbe4a2bca98fc154197490c952c0.tar.gz redmine-1acb0c9f69b3dbe4a2bca98fc154197490c952c0.zip |
use "Due date" instead of "Due to" in English version 'field_effective_date' (#14680, #22315)
git-svn-id: http://svn.redmine.org/redmine/trunk@15413 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index d52310d4f..d9e36c2b2 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -262,7 +262,7 @@ en-GB: field_admin: Administrator field_last_login_on: Last connection field_language: Language - field_effective_date: Due to + field_effective_date: Due date field_password: Password field_new_password: New password field_password_confirmation: Confirmation diff --git a/config/locales/en.yml b/config/locales/en.yml index b3396c5de..9dd03560c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -286,7 +286,7 @@ en: field_admin: Administrator field_last_login_on: Last connection field_language: Language - field_effective_date: Due to + field_effective_date: Due date field_password: Password field_new_password: New password field_password_confirmation: Confirmation |