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:
parent
6d0f8f1db9
commit
2dc0875a72
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue