From 4b2b3142ab74d280149780a3e466db0038291054 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sat, 5 May 2007 18:32:02 +0200 Subject: [PATCH] Small changes to the grml-quickonfig errormessage --- usr_sbin/grml-quickconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.1.4