rename titles

This commit is contained in:
Tobias Powalowski 2023-06-24 22:02:53 +02:00
parent aa8365935e
commit 144af7343c
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# written by Tobias Powalowski <tpowa@archlinux.org>
_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

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-only
# written by Tobias Powalowski <tpowa@archlinux.org>
_ANSWER="/tmp/.tz"
_TITLE="Archboot | Arch Linux Setup | Configure Clock"
_TITLE="Archboot | Arch Linux Setup | Clock Configuration"
# _dialog()
# an el-cheapo dialog wrapper
#

View file

@ -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" \