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:
ksyasuda 2022-01-01 19:19:15 -08:00
parent 2e03fecb13
commit 15ea028c4b

View File

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