@@ -22,8 +22,8 class Repository::Cvs < Repository | |||
|
22 | 22 | validates_presence_of :url, :root_url, :log_encoding |
|
23 | 23 | |
|
24 | 24 | ATTRIBUTE_KEY_NAMES = { |
|
25 |
"url" |
|
|
26 |
" |
|
|
25 | "root_url" => "CVSROOT", | |
|
26 | "url" => "Module", | |
|
27 | 27 | "log_encoding" => "Commit messages encoding", |
|
28 | 28 | } |
|
29 | 29 | def self.human_attribute_name(attribute_key_name) |
General Comments 0
You need to be logged in to leave comments.
Login now