improve git repository note at project setting (#9129).
Contributed by Tomas Pospisek. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6638 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e20a817d20
commit
2816ec9897
@ -228,7 +228,7 @@ module RepositoriesHelper
|
|||||||
:disabled => (repository && !repository.root_url.blank?)
|
:disabled => (repository && !repository.root_url.blank?)
|
||||||
) +
|
) +
|
||||||
'<br />' +
|
'<br />' +
|
||||||
'Repository is bare and local (e.g. /gitrepo, c:\gitrepo)') +
|
l(:text_git_repository_note)) +
|
||||||
content_tag('p', form.select(
|
content_tag('p', form.select(
|
||||||
:path_encoding, [nil] + Setting::ENCODINGS,
|
:path_encoding, [nil] + Setting::ENCODINGS,
|
||||||
:label => l(:field_scm_path_encoding)
|
:label => l(:field_scm_path_encoding)
|
||||||
|
@ -945,6 +945,7 @@ en:
|
|||||||
text_zoom_out: Zoom out
|
text_zoom_out: Zoom out
|
||||||
text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
|
text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page."
|
||||||
text_scm_path_encoding_note: "Default: UTF-8"
|
text_scm_path_encoding_note: "Default: UTF-8"
|
||||||
|
text_git_repository_note: "Repository is bare and local (e.g. /gitrepo, c:\gitrepo)"
|
||||||
text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)"
|
text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)"
|
||||||
text_scm_command: Command
|
text_scm_command: Command
|
||||||
text_scm_command_version: Version
|
text_scm_command_version: Version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user