]> source.dussan.org Git - redmine.git/commitdiff
temporarily hard-cord git repository note at project setting (#9129).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 26 Aug 2011 05:09:29 +0000 (05:09 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 26 Aug 2011 05:09:29 +0000 (05:09 +0000)
Contributed by Tomas Pospisek.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6636 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/repositories_helper.rb

index 14cd4aafdb47e2f0af9720321a22753ec35e75da..6a1a4cc532e2b6cda5e3c8e2be2bd41658fad385 100644 (file)
@@ -227,7 +227,8 @@ module RepositoriesHelper
                        :size => 60, :required => true,
                        :disabled => (repository && !repository.root_url.blank?)
                          ) +
-                      '<br />' + l(:text_git_repository_note)) +
+                      '<br />' + 
+                      'Repository is bare and local (e.g. /gitrepo, c:\gitrepo)') +
     content_tag('p', form.select(
                         :path_encoding, [nil] + Setting::ENCODINGS,
                         :label => l(:field_scm_path_encoding)