From 12c14b491f29155432725f30c96a1be7e27c6381 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 27 Jul 2020 18:30:58 +0530 Subject: [PATCH] String changes --- manual/gui.rst | 4 +++- src/calibre/gui2/dialogs/saved_search_editor.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/manual/gui.rst b/manual/gui.rst index 0e6b7e8897..6d695da8f6 100644 --- a/manual/gui.rst +++ b/manual/gui.rst @@ -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 ------------------- diff --git a/src/calibre/gui2/dialogs/saved_search_editor.py b/src/calibre/gui2/dialogs/saved_search_editor.py index 1b51f8060c..5a1230d734 100644 --- a/src/calibre/gui2/dialogs/saved_search_editor.py +++ b/src/calibre/gui2/dialogs/saved_search_editor.py @@ -43,7 +43,7 @@ class AddSavedSearch(Dialog): self.la = la = QLabel(self.label or _( 'You can create a Saved search, for frequently used searches here.' - ' The search will be visible under Searches in the Tag browser,' + ' The search will be visible under Saved searches in the Tag browser,' ' using the name that you specify here.')) la.setWordWrap(True) l.addRow(la)