From 166f9d8b8b622127ac9aec938d384cd4ff6a3525 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 Apr 2013 09:22:32 +0530 Subject: [PATCH] ... --- src/calibre/gui2/search_restriction_mixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/search_restriction_mixin.py b/src/calibre/gui2/search_restriction_mixin.py index 967cf9c04c..616d0afb6b 100644 --- a/src/calibre/gui2/search_restriction_mixin.py +++ b/src/calibre/gui2/search_restriction_mixin.py @@ -308,7 +308,7 @@ class SearchRestrictionMixin(object): self.virtual_library.clicked.connect(self.virtual_library_clicked) self.virtual_library_tooltip = \ - _('Books display will show only those books matching the search') + _('Use a "virtual library" to show only a subset of the books present in this library') self.virtual_library.setToolTip(self.virtual_library_tooltip) self.search_restriction = ComboBoxWithHelp(self)