From 65a14a40b52a2c7d7b9c3153dd9a9be31538caf9 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Mon, 20 Feb 2017 01:27:46 +0100 Subject: [PATCH] typo --- lib/util-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-base.sh b/lib/util-base.sh index 7ca2814..41b4f98 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -242,7 +242,7 @@ install_base() { install_base_menu fi # Choose wanted kernel modules - DIALOG " Choose additional modules for your kernels" --checklist\n\n"$_UseSpaceBar" 0 0 12 \ + DIALOG " Choose additional modules for your kernels" --checklist "\n\n$_UseSpaceBar" 0 0 12 \ "KERNEL-headers" "-" off \ "KERNEL-acpi_call" "-" on \ "KERNEL-ndiswrapper" "-" on \