scm: cvs: fix mistake human attribute names of root_url and url.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5516 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-04-23 00:25:32 +00:00
parent 6d0f8f1db9
commit 2dc0875a72
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ class Repository::Cvs < Repository
validates_presence_of :url, :root_url, :log_encoding
ATTRIBUTE_KEY_NAMES = {
"url" => "CVSROOT",
"root_url" => "Module",
"root_url" => "CVSROOT",
"url" => "Module",
"log_encoding" => "Commit messages encoding",
}
def self.human_attribute_name(attribute_key_name)