diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 1fef1c472..e85801823 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -278,8 +278,8 @@ _mainmenu() { _DEFAULT="" fi #shellcheck disable=SC2086 - dialog ${_DEFAULT} --backtitle "${_TITLE}" \ - --menu "MAIN MENU:\nUse the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 19 58 16 \ + 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 14 \ "0" "Set Console Font And Keymap" \ "1" "Set up Network" \ "2" "Select Source" \