Cosmetic changes

This commit is contained in:
Le0xFF 2022-07-23 16:38:10 +02:00
parent 0b0d2b4b6c
commit e965523a8c

View File

@ -363,7 +363,7 @@ function set_keyboard_layout {
break 2
else
if loadkeys "$user_keyboard_layout" 2> /dev/null ; then
echo -e -n "\nKeyboad layout set to: \"${BLUE_LIGHT}$user_keyboard_layout${NORMAL}\".\n\n"
echo -e -n "\nKeyboad layout set to: ${BLUE_LIGHT}$user_keyboard_layout${NORMAL}.\n\n"
read -n 1 -r -p "[Press any key to continue...]" key
clear
break 2