summaryrefslogtreecommitdiffstats
path: root/cobbler/cobbler_msg.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/cobbler_msg.py')
-rw-r--r--cobbler/cobbler_msg.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cobbler/cobbler_msg.py b/cobbler/cobbler_msg.py
index ca8ab2d..ad3d601 100644
--- a/cobbler/cobbler_msg.py
+++ b/cobbler/cobbler_msg.py
@@ -61,6 +61,7 @@ _msg_table = {
"parse_error" : "cobbler could not read %s, replacing...",
"no_ssh" : "cobbler can't read ~/.ssh/id_dsa.pub",
"exc_koan_path" : "koan_path in /var/lib/cobbler/settings is invalid",
+ "no_rename" : "objects can not be renamed using the edit command",
"no_create" : "cobbler could not create: %s",
"no_delete" : "cobbler could not delete: %s",
"no_args" : "this command requires arguments.",
@@ -98,7 +99,8 @@ _msg_table = {
"orphan_system" : "Removing this profile would break system '%s'",
"delete_nothing" : "can't delete something that doesn't exist",
"no_distro" : "distro does not exist",
- "no_repo" : "repository %s referenced in profile cannot be found",
+ "no_system" : "system does not exist",
+ "no_repo" : "repository %s does not exist",
"no_repos" : "one of the listed repositories is not defined in cobbler",
"no_profile" : "profile does not exist",
"no_kickstart" : "kickstart must be an absolute path, or an http://, ftp:// or nfs:// URL",