From 431df4aabdb905aa6aafebf0c908e839059acffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=BCller?= Date: Mon, 8 Nov 2021 12:57:00 +0100 Subject: [PATCH] Corrected debug message --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 32852da..4306c19 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -304,7 +304,7 @@ menu() { elif [ -z "$menu_height" ]; then debug_print exit "Script error: The string 'menu_height' was not set\nbefore calling the menu function. Aborting." elif [ -z "$cancel_label" ]; then - debug_print exit "Script error: The string 'menu_height' was not set\nbefore calling the menu function. Aborting." + debug_print exit "Script error: The string 'cancel_label' was not set\nbefore calling the menu function. Aborting." fi # Use Zenity if it is available