mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
dbe1676212
commit
efd443ecb6
@ -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
|
||||||
|
@ -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><p>When you search for similar books by right clicking the
|
<string><p>When you search for similar books by right clicking the
|
||||||
book and selecting "Similar books...",
|
book and selecting "Similar books",
|
||||||
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.</p></string>
|
search multiple columns at once.</p></string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user