diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-20 03:57:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-20 03:57:29 +0000 |
commit | f0c227613a1f55a00b7b9a9e3208e8fb74827ad7 (patch) | |
tree | 1b491d79d0304e34f7631a0fcd3be4628dddb732 /config/locales/en-GB.yml | |
parent | 7c194ea59ac2bf781c763385b5c61611847058c1 (diff) | |
download | redmine-f0c227613a1f55a00b7b9a9e3208e8fb74827ad7.tar.gz redmine-f0c227613a1f55a00b7b9a9e3208e8fb74827ad7.zip |
remove unused "label_modification" i18n keys (#12645)
These keys were removed from app/views/repositories/revision.rhtml by r535
and app/views/repositories/revisions.rhtml by r381.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11059 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 0df3ea5c5..47cf6244c 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -633,8 +633,6 @@ en-GB: label_repository: Repository label_repository_plural: Repositories label_browse: Browse - label_modification: "%{count} change" - label_modification_plural: "%{count} changes" label_branch: Branch label_tag: Tag label_revision: Revision |