diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index aff749fc1..9a5005b99 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -97,7 +97,7 @@ mainmenu() { fi #shellcheck disable=SC2086 DIALOG ${DEFAULT} --backtitle "${TITLE}" --title " MAIN MENU " \ - --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 13 \ + --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 11 58 13 \ "1" "Set Keymap" \ "2" "Set Consolefont" \ "3" "${EXIT}" 2>${ANSWER} diff --git a/usr/bin/archboot-tz.sh b/usr/bin/archboot-tz.sh index 203eafa5b..582e1fc15 100755 --- a/usr/bin/archboot-tz.sh +++ b/usr/bin/archboot-tz.sh @@ -135,7 +135,7 @@ mainmenu() { fi #shellcheck disable=SC2086 DIALOG ${DEFAULT} --backtitle "${TITLE}" --title " MAIN MENU " \ - --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 13 \ + --menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 11 58 13 \ "1" "Select Timezone" \ "2" "Set Time and Date" \ "3" "${EXIT}" 2>${ANSWER}