From 15ea028c4b99d0f2eae3ff86ce4d4275deb7a327 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sat, 1 Jan 2022 19:19:15 -0800 Subject: [PATCH] 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' --- ani-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ani-cli b/ani-cli index ad4940f..5bb6ccd 100755 --- a/ani-cli +++ b/ani-cli @@ -367,7 +367,7 @@ anime_selection() { user_input=$(printf "${menu[@]}" | rofi -dmenu -config "$CFG_DIR/${ROFI_CFG}" \ -a "$searched" \ - -l 12 -i -p "Enter number:" \ + -l 12 -i -p "Enter selection:" \ -mesg "$msg") [ -z "$user_input" ] && return 1