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