##// END OF EJS Templates
scm: git: use i18n text whether reporting last commit for files and directories in project setting (#8365, #7047)....
Toshi MARUYAMA -
r5652:042a7661e3a5
parent child
Show More
@@ -235,7 +235,7 module RepositoriesHelper
235 '<br />' + l(:text_scm_path_encoding_note)) +
235 '<br />' + l(:text_scm_path_encoding_note)) +
236 content_tag('p', form.check_box(
236 content_tag('p', form.check_box(
237 :extra_report_last_commit,
237 :extra_report_last_commit,
238 :label => 'Report last commit for files and directories'
238 :label => l("label_git_report_last_commit")
239 ))
239 ))
240 end
240 end
241
241
@@ -819,6 +819,7 en:
819 label_issues_visibility_all: All issues
819 label_issues_visibility_all: All issues
820 label_issues_visibility_public: All non private issues
820 label_issues_visibility_public: All non private issues
821 label_issues_visibility_own: Issues created by or assigned to the user
821 label_issues_visibility_own: Issues created by or assigned to the user
822 label_git_report_last_commit: Report last commit for files and directories
822
823
823 button_login: Login
824 button_login: Login
824 button_submit: Submit
825 button_submit: Submit
General Comments 0
You need to be logged in to leave comments. Login now