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
This commit is contained in:
Toshi MARUYAMA 2011-05-13 03:53:30 +00:00
parent 4cbe231c8c
commit 042a7661e3
2 changed files with 3 additions and 2 deletions

View File

@ -235,7 +235,7 @@ module RepositoriesHelper
'<br />' + l(:text_scm_path_encoding_note)) +
content_tag('p', form.check_box(
:extra_report_last_commit,
:label => 'Report last commit for files and directories'
:label => l("label_git_report_last_commit")
))
end

View File

@ -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