string changes

This commit is contained in:
Kovid Goyal 2021-04-28 13:44:26 +05:30
parent dbe1676212
commit efd443ecb6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from polyglot.builtins import string_or_bytes
class SimilarBooksAction(InterfaceAction): class SimilarBooksAction(InterfaceAction):
name = 'Similar Books' name = 'Similar Books'
action_spec = (_('Similar books...'), 'similar.png', _('Show books similar to the current book'), None) action_spec = (_('Similar books'), 'similar.png', _('Show books similar to the current book'), None)
popup_type = QToolButton.ToolButtonPopupMode.InstantPopup popup_type = QToolButton.ToolButtonPopupMode.InstantPopup
action_type = 'current' action_type = 'current'
action_add_menu = True action_add_menu = True

View File

@ -309,7 +309,7 @@ to be shown as user categories</string>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>&lt;p&gt;When you search for similar books by right clicking the <string>&lt;p&gt;When you search for similar books by right clicking the
book and selecting &quot;Similar books...&quot;, book and selecting &quot;Similar books&quot;,
calibre constructs a search using the column lookup names specified below. calibre constructs a search using the column lookup names specified below.
By changing the lookup name to a grouped search term you can By changing the lookup name to a grouped search term you can
search multiple columns at once.&lt;/p&gt;</string> search multiple columns at once.&lt;/p&gt;</string>