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:
parent
4cbe231c8c
commit
042a7661e3
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue