mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
b1357eae0c
commit
0b345b8562
@ -33,7 +33,7 @@ class SearchDialog(QDialog, Ui_Dialog):
|
|||||||
if all:
|
if all:
|
||||||
ans += (' and ' if ans else '') + all
|
ans += (' and ' if ans else '') + all
|
||||||
if none:
|
if none:
|
||||||
ans += (' and not ' if ans else 'not') + none
|
ans += (' and not ' if ans else 'not ') + none
|
||||||
if any:
|
if any:
|
||||||
ans += (' or ' if ans else '') + any
|
ans += (' or ' if ans else '') + any
|
||||||
return ans
|
return ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user