diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-03 10:36:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-03 10:36:26 +0000 |
commit | 91e24303012163d1fcdf91361486c3a80d1a1a4c (patch) | |
tree | 061fc5587c33b760894eb76ab921f3e51b87c3fd /config | |
parent | 756a102820968a1ef7f0fbc4a79a0937f4f9867d (diff) | |
download | redmine-91e24303012163d1fcdf91361486c3a80d1a1a4c.tar.gz redmine-91e24303012163d1fcdf91361486c3a80d1a1a4c.zip |
Renaming "duplicates" and "duplicated by" to something less confusing (#10250).
git-svn-id: http://svn.redmine.org/redmine/trunk@16452 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en-GB.yml | 4 | ||||
-rw-r--r-- | config/locales/en.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index b626aaf9d..9f8d254be 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -691,8 +691,8 @@ en-GB: label_relation_new: New relation label_relation_delete: Delete relation label_relates_to: related to - label_duplicates: duplicates - label_duplicated_by: duplicated by + label_duplicates: is duplicate of + label_duplicated_by: has duplicate label_blocks: blocks label_blocked_by: blocked by label_precedes: precedes diff --git a/config/locales/en.yml b/config/locales/en.yml index 531081f78..8388d4216 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -814,8 +814,8 @@ en: label_relation_new: New relation label_relation_delete: Delete relation label_relates_to: Related to - label_duplicates: Duplicates - label_duplicated_by: Duplicated by + label_duplicates: Is duplicate of + label_duplicated_by: Has duplicate label_blocks: Blocks label_blocked_by: Blocked by label_precedes: Precedes |