fix missing space in title

This commit is contained in:
Tobias Powalowski 2023-06-30 08:22:43 +02:00
parent 41d692a4c1
commit afd91ea3db

View file

@ -3,7 +3,7 @@
# written by Tobias Powalowski <tpowa@archlinux.org>
_ANSWER="/tmp/.locale"
_RUNNING_ARCH="$(uname -m)"
_TITLE="Archboot${_RUNNING_ARCH} | Arch Linux Setup | System Wide Locale Setting"
_TITLE="Archboot ${_RUNNING_ARCH} | Arch Linux Setup | System Wide Locale Setting"
# _dialog()
# an el-cheapo dialog wrapper
#