Improved menù

Signed-off-by: Stefano Capitani <stefano@manjaro.org>
This commit is contained in:
Stefano Capitani 2022-12-24 21:30:15 +01:00
parent 9f3fa2009e
commit b510bc92ea

View file

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