@@ -227,7 +227,7 module RepositoriesHelper | |||||
227 | :size => 60, :required => true, |
|
227 | :size => 60, :required => true, | |
228 | :disabled => (repository && !repository.root_url.blank?) |
|
228 | :disabled => (repository && !repository.root_url.blank?) | |
229 | ) + |
|
229 | ) + | |
230 |
'<br /> |
|
230 | '<br />' + l("text_git_repository_note")) + | |
231 | content_tag('p', form.select( |
|
231 | content_tag('p', form.select( | |
232 | :path_encoding, [nil] + Setting::ENCODINGS, |
|
232 | :path_encoding, [nil] + Setting::ENCODINGS, | |
233 | :label => l("field_scm_path_encoding") |
|
233 | :label => l("field_scm_path_encoding") |
@@ -941,6 +941,7 en: | |||||
941 | text_zoom_out: Zoom out |
|
941 | text_zoom_out: Zoom out | |
942 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." |
|
942 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." | |
943 | text_scm_path_encoding_note: "Default: UTF-8" |
|
943 | text_scm_path_encoding_note: "Default: UTF-8" | |
|
944 | text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)" | |||
944 |
|
945 | |||
945 | default_role_manager: Manager |
|
946 | default_role_manager: Manager | |
946 | default_role_developer: Developer |
|
947 | default_role_developer: Developer |
General Comments 0
You need to be logged in to leave comments.
Login now