From: Toshi MARUYAMA Date: Fri, 13 May 2011 04:34:29 +0000 (+0000) Subject: scm: git: use symbol instead of string whether reporting last commit in project setti... X-Git-Tag: 1.2.0~117 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ea8f1637cf01ac960ac2c1a5283391dd854a01e;p=redmine.git 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 --- diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index c2ad3c5b2..b9489191c 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -235,7 +235,7 @@ module RepositoriesHelper '
' + 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