##// END OF EJS Templates
improve git repository note at project setting (#9129)....
Toshi MARUYAMA -
r6518:2816ec98974a
parent child
Show More
@@ -228,7 +228,7 module RepositoriesHelper
228 228 :disabled => (repository && !repository.root_url.blank?)
229 229 ) +
230 230 '<br />' +
231 'Repository is bare and local (e.g. /gitrepo, c:\gitrepo)') +
231 l(:text_git_repository_note)) +
232 232 content_tag('p', form.select(
233 233 :path_encoding, [nil] + Setting::ENCODINGS,
234 234 :label => l(:field_scm_path_encoding)
@@ -945,6 +945,7 en:
945 945 text_zoom_out: Zoom out
946 946 text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
947 947 text_scm_path_encoding_note: "Default: UTF-8"
948 text_git_repository_note: "Repository is bare and local (e.g. /gitrepo, c:\gitrepo)"
948 949 text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)"
949 950 text_scm_command: Command
950 951 text_scm_command_version: Version
General Comments 0
You need to be logged in to leave comments. Login now