scm: mercurial: change "url" human attribute name from "Root directory" to "Path to repository".

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5528 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2011-04-23 04:41:26 +00:00
parent 8696835b42
commit 82d5de4b4e
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Repository::Mercurial < Repository
FETCH_AT_ONCE = 100 # number of changesets to fetch at once
ATTRIBUTE_KEY_NAMES = {
"url" => "Root directory",
"url" => "Path to repository",
}
def self.human_attribute_name(attribute_key_name)
ATTRIBUTE_KEY_NAMES[attribute_key_name] || super