From 820890edf8948688e3bf6aea351d20be262e98ef Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 23 Jan 2023 11:31:31 +0100 Subject: [PATCH] rename Setup System to System Setup --- 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 7fa841542..d6634979b 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 mode) --> https://bit.ly/archboot" + _TITLE="Archboot Arch Linux (System Setup 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 "This function is not available on Setup System mode." 5 60 + _dialog --msgbox "This function is not available on System Setup mode." 5 60 } _geteditor() {