mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
38e486cb16
commit
12c14b491f
@ -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
|
||||
-------------------
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user