From 2f8e0bab7815b1c97f034c666bdc109a446b9316 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 15 Jul 2023 08:44:56 +0200 Subject: [PATCH] add CANCEL label --- usr/bin/archboot-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-launcher.sh b/usr/bin/archboot-launcher.sh index dd4f00277..9e4b5b87f 100755 --- a/usr/bin/archboot-launcher.sh +++ b/usr/bin/archboot-launcher.sh @@ -89,7 +89,7 @@ _manage() { _exit() { #shellcheck disable=SC2086 - _dialog --title " Exit Menu " --menu "" 9 30 5 \ + _dialog --cancel-label "Back" --title " Exit Menu " --menu "" 9 30 5 \ "1" "Exit Program" \ "2" "Reboot System" \ "3" "Poweroff System" 2>${_ANSWER} || return 1