From 144af7343c74f4122ce5084ccd95aa9d64baf7ba Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 24 Jun 2023 22:02:53 +0200 Subject: [PATCH] rename titles --- usr/bin/archboot-km.sh | 2 +- usr/bin/archboot-tz.sh | 2 +- usr/lib/archboot/installer/base.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index eee6dc4db..f5517b931 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-only # written by Tobias Powalowski _ANSWER="/tmp/.km" -_TITLE="Archboot | Arch Linux Setup | Configure Console" +_TITLE="Archboot | Arch Linux Setup | Console Configuration" _LIST_MAPS="localectl list-keymaps --no-pager" # _dialog() # an el-cheapo dialog wrapper diff --git a/usr/bin/archboot-tz.sh b/usr/bin/archboot-tz.sh index eb17e889b..49099ea24 100755 --- a/usr/bin/archboot-tz.sh +++ b/usr/bin/archboot-tz.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-only # written by Tobias Powalowski _ANSWER="/tmp/.tz" -_TITLE="Archboot | Arch Linux Setup | Configure Clock" +_TITLE="Archboot | Arch Linux Setup | Clock Configuration" # _dialog() # an el-cheapo dialog wrapper # diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index c7384c455..9f434a0ee 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -237,7 +237,7 @@ _configure_system() { _DEFAULT="" fi #shellcheck disable=SC2086 - _dialog ${_DEFAULT} --menu "Configuration" 20 60 16 \ + _dialog ${_DEFAULT} --menu "System Configuration" 20 60 16 \ "/etc/hostname" "System Hostname" \ "/etc/vconsole.conf" "Virtual Console" \ "/etc/locale.conf" "Locale Setting" \