scm: git: use symbol instead of string whether reporting last commit in project setting i18n text (#8365).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5776 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-13 04:34:29 +00:00
parent d65c3d438d
commit 4ea8f1637c

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 => l("label_git_report_last_commit")
:label => l(:label_git_report_last_commit)
))
end