X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=blobdiff_plain;f=usr_sbin%2Fgrml-quickconfig;h=aef071a60689382d118cf1e0762d47bdbadf1d43;hp=d9f1c190ae5eb9f3b843b357a84242d4f3b83ed4;hb=4b2b3142ab74d280149780a3e466db0038291054;hpb=bb766be3bbef37e2b08c72dfc95eddac05133615 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";