String changes

This commit is contained in:
Kovid Goyal 2020-07-27 18:30:58 +05:30
parent 38e486cb16
commit 12c14b491f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 2 deletions

View File

@ -448,7 +448,9 @@ Saving searches
calibre allows you to save a frequently used search under a special name and then reuse that search with a single click. To do this, create your search either by typing it in the Search bar or using the Tag browser. Then type the name you would like to give to the search in the Saved Searches box next to the Search bar. Click the plus icon next to the saved searches box to save the search.
Now you can access your saved search in the Tag browser under "Searches". A single click will allow you to reuse any arbitrarily complex search easily, without needing to re-create it.
Now you can access your saved search in the Tag browser under :guilabel:`Saved
searches`. A single click will allow you to reuse any arbitrarily complex
search easily, without needing to re-create it.
Virtual libraries
-------------------

View File

@ -43,7 +43,7 @@ class AddSavedSearch(Dialog):
self.la = la = QLabel(self.label or _(
'You can create a <i>Saved search</i>, for frequently used searches here.'
' The search will be visible under <i>Searches</i> in the Tag browser,'
' The search will be visible under <i>Saved searches</i> in the Tag browser,'
' using the name that you specify here.'))
la.setWordWrap(True)
l.addRow(la)