From: Alexander Wirt Date: Sat, 5 May 2007 16:32:02 +0000 (+0200) Subject: Small changes to the grml-quickonfig errormessage X-Git-Tag: 0.9.46~1 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=4b2b3142ab74d280149780a3e466db0038291054 Small changes to the grml-quickonfig errormessage --- diff --git a/usr_sbin/grml-quickconfig b/usr_sbin/grml-quickconfig index d9f1c19..aef071a 100755 --- a/usr_sbin/grml-quickconfig +++ b/usr_sbin/grml-quickconfig @@ -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";