diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 941b5a87d..37714e190 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -321,7 +321,7 @@ _mainmenu() { "7") _install_bootloader ;; "8") - dialog ${_DEFAULT} --title " EXIT MENU " 10 40 6 \ + dialog ${_DEFAULT} --backtitle "${_TITLE}" --title " EXIT MENU " 10 40 6 \ "1" "Exit Program" \ "2" "Reboot System" \ "3" "Poweroff System" 2>${_ANSWER}