Move no before yes to confirm
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
7c7496c06f
commit
016363dd57
1 changed files with 1 additions and 1 deletions
|
@ -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 ?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue