mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
tweak language in dialog when search term is not found; thanks to idknow for the bug report
This commit is contained in:
parent
362d0cbf81
commit
2fa48d0586
@ -2315,7 +2315,8 @@ gen_search_package() {
|
||||
fi
|
||||
else
|
||||
if [[ $DIAG ]]; then
|
||||
dialog --title "ERROR" --msgbox "No match for $PKG found" 8 30
|
||||
dialog --title "Not Found" --msgbox "No match for $PKG found"\
|
||||
8 30
|
||||
else
|
||||
echo "$SCRIPT: No match for $PKG found." >&2
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user