Small changes to the grml-quickonfig errormessage
authorAlexander Wirt <formorer@grml.org>
Sat, 5 May 2007 16:32:02 +0000 (18:32 +0200)
committerAlexander Wirt <formorer@grml.org>
Sat, 5 May 2007 16:32:02 +0000 (18:32 +0200)
usr_sbin/grml-quickconfig

index d9f1c19..aef071a 100755 (executable)
@@ -136,7 +136,8 @@ EOF
       if (defined($windowmanagers{$x})) {
     $command = "su - grml -c 'grml-x ".$windowmanagers{$x}."'";
       } else {
-    print "Unknown key. Returning to main menu.\n";
+    print "Unknown key, not bound to a windowmanager.\n";
+    print "Returning to main menu.\n";
       }
   } else {
       print "Unknown key.\n";