mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-31 10:23:25 +01:00
modify size of search box a bit; clarify 'inst:' is for string searches
This commit is contained in:
parent
406d173ced
commit
e2d3eef879
1 changed files with 2 additions and 2 deletions
|
@ -2804,8 +2804,8 @@ main_search() {
|
|||
dialog --title "Search" --ok-label "PKG" \
|
||||
--extra-button --extra-label "String" \
|
||||
--help-button --inputbox \
|
||||
"Enter your search term (prefix your search with 'inst:' \
|
||||
to narrow search to installed packages)..." 10 39 \
|
||||
"Enter your search term (prefix your string search with 'inst:' \
|
||||
to narrow search to installed packages)..." 11 41 \
|
||||
2> $TERM_FILE
|
||||
case $? in # 0=PKG 3=String 1=Cancel 2=Help
|
||||
3) STRING=yes ;;
|
||||
|
|
Loading…
Reference in a new issue