tweak language in dialog when search term is not found; thanks to idknow for the bug report

This commit is contained in:
chess.griffin 2009-08-13 15:11:31 +00:00
parent 362d0cbf81
commit 2fa48d0586

View File

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