From 58ae7e5d34fe4f7bc3c26bc0580efade2086fa24 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 23 Jan 2023 08:40:26 +0100 Subject: [PATCH] fix TITLE and error message --- usr/lib/archboot/installer/base.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index e08724dc1..4637ad11b 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -37,7 +37,7 @@ fi _set_title() { if [[ "${_DESTDIR}" == "/" ]]; then - _TITLE="Archboot Arch Linux Setup System --> https://bit.ly/archboot" + _TITLE="Archboot Arch Linux (Setup System mode) --> https://bit.ly/archboot" else if [[ -e "${_LOCAL_DB}" ]]; then _TITLE="Archboot Arch Linux Installation (Local mode) --> https://bit.ly/archboot" @@ -66,7 +66,7 @@ _printk() } _abort_running_system() { - _dialog --msgbox "Error:\nThis function is not available on already installed system." 0 0 + _dialog --msgbox "Error:\nThis function is not available on Setup System mode." 0 0 } _geteditor() {