diff --git a/src/calibre/gui2/search_restriction_mixin.py b/src/calibre/gui2/search_restriction_mixin.py index 7b9fb21340..f01fb3e3dc 100644 --- a/src/calibre/gui2/search_restriction_mixin.py +++ b/src/calibre/gui2/search_restriction_mixin.py @@ -146,8 +146,12 @@ class CreateVirtualLibrary(QDialog): # {{{
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.
''')) hl.setWordWrap(True) + hl.setOpenExternalLinks(True) hl.setFrameStyle(hl.StyledPanel) gl.addWidget(hl, 0, 3, 4, 1)