diff --git a/scripts/core/sxmo_contactmenu.sh b/scripts/core/sxmo_contactmenu.sh index 6a223a8..73c8519 100755 --- a/scripts/core/sxmo_contactmenu.sh +++ b/scripts/core/sxmo_contactmenu.sh @@ -52,7 +52,7 @@ editcontactnumber() { deletecontact() { name="$(echo "$1" | cut -d" " -f2)" - ENTRIES="$(printf "$icon_chk Yes\n$icon_cls No")" + ENTRIES="$(printf "$icon_cls No\n$icon_chk Yes")" PICKED="$( echo "$ENTRIES" | dmenu -c -l 3 -p "$icon_del Delete $nameĀ ?"