Change name of label for new project field

Since switching to --git-dir in r1218, we must have patch to the .git
directory or a bare repository.  --git-dir will not accept a working
path that only contains a .git directory.  Updated label to clarify this.


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1226 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
John Goerzen
2008-03-10 15:14:50 +00:00
parent c6a77d1900
commit 4dfa4bbc77

View File

@@ -81,7 +81,7 @@ module RepositoriesHelper
end
def git_field_tags(form, repository)
content_tag('p', form.text_field(:url, :label => 'Root directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?)))
content_tag('p', form.text_field(:url, :label => 'Path to .git directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?)))
end
def cvs_field_tags(form, repository)