From 13e0a61e5fac706ecb4a8ef67d5ea4565a863876 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sat, 28 May 2022 14:04:20 +0200 Subject: [PATCH] Cosmetics again. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index c62d5b0..0331656 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -205,7 +205,7 @@ keyboard_selector () { read -r -p "Please insert the keyboard layout to use in console (enter empty to use US, or \"/\" to look up for keyboard layouts): " kblayout case $kblayout in '') kblayout="us" - print "The standard US will be used as the default console keymap." + print "The standard US keyboard layout will be used." return 0;; '/') localectl list-keymaps clear