From b510bc92ea53719707ecd03800c249395dcd7c9e Mon Sep 17 00:00:00 2001 From: Stefano Capitani Date: Sat, 24 Dec 2022 21:30:15 +0100 Subject: [PATCH] =?UTF-8?q?Improved=20men=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefano Capitani --- manjaro-iso-downloader.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manjaro-iso-downloader.sh b/manjaro-iso-downloader.sh index 7ecf7f5..838de1c 100644 --- a/manjaro-iso-downloader.sh +++ b/manjaro-iso-downloader.sh @@ -226,8 +226,8 @@ check_connection() { } check_edition() { - gui --image="$window_icon" --text-align=center --text="You can download Official or Community Isos, default are the Official Isos \nfor Community press the button." --button='Restart':2 \ - --button='Community':1 --button='Development':3 --button='Exit':4 --button='Ok':0 + gui --image="$window_icon" --text-align=center --text="Download Official, Community or Development ISOs:" --button='Official':0 \ + --button='Community':1 --button='Development':3 --button='Restart':2 --button='Exit':4 sel_ed=$? case $sel_ed in