diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-13 03:53:30 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-13 03:53:30 +0000 |
commit | 042a7661e3a53977f3882b22bfb431b125fe3bc0 (patch) | |
tree | bed31f3b549d7168f3ad278b5e7992aefd3e51b5 /config/locales/en.yml | |
parent | 4cbe231c8c117b3af5ac3c24e8117e196a7ea55b (diff) | |
download | redmine-042a7661e3a53977f3882b22bfb431b125fe3bc0.tar.gz redmine-042a7661e3a53977f3882b22bfb431b125fe3bc0.zip |
scm: git: use i18n text whether reporting last commit for files and directories in project setting (#8365, #7047).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5772 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 4f23aca9a..40d66093e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -819,7 +819,8 @@ en: label_issues_visibility_all: All issues label_issues_visibility_public: All non private issues label_issues_visibility_own: Issues created by or assigned to the user - + label_git_report_last_commit: Report last commit for files and directories + button_login: Login button_submit: Submit button_save: Save |