mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
change wording on anime selection rofi prompt
previous wording implied only a numbers could be inputted (as is the case with ani-cli). Updated to 'Enter selection'
This commit is contained in:
parent
2e03fecb13
commit
15ea028c4b
2
ani-cli
2
ani-cli
@ -367,7 +367,7 @@ anime_selection() {
|
|||||||
user_input=$(printf "${menu[@]}" |
|
user_input=$(printf "${menu[@]}" |
|
||||||
rofi -dmenu -config "$CFG_DIR/${ROFI_CFG}" \
|
rofi -dmenu -config "$CFG_DIR/${ROFI_CFG}" \
|
||||||
-a "$searched" \
|
-a "$searched" \
|
||||||
-l 12 -i -p "Enter number:" \
|
-l 12 -i -p "Enter selection:" \
|
||||||
-mesg "$msg")
|
-mesg "$msg")
|
||||||
[ -z "$user_input" ] && return 1
|
[ -z "$user_input" ] && return 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user