From 24b37296d50a959add44d5135d07085a03f4044f Mon Sep 17 00:00:00 2001
From: Kovid Goyal
Date: Thu, 11 Feb 2021 17:37:37 +0530
Subject: [PATCH] ...
---
src/calibre/gui2/search_restriction_mixin.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/calibre/gui2/search_restriction_mixin.py b/src/calibre/gui2/search_restriction_mixin.py
index f1f2559da9..38b8b5062d 100644
--- a/src/calibre/gui2/search_restriction_mixin.py
+++ b/src/calibre/gui2/search_restriction_mixin.py
@@ -152,8 +152,8 @@ class CreateVirtualLibrary(QDialog): # {{{
you do will only search within the books in the Virtual library. This
is a good way to partition your large library into smaller and easier to work with subsets.
- For example you can use a Virtual library to only show you books with the tag "Unread"
- or only books by "My favorite author" or only books in a particular series.
+ For example you can use a Virtual library to only show you books with the tag Unread
+ or only books by My favorite author or only books in a particular series.
More information and examples are available in the
User Manual.