mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
string changes
This commit is contained in:
parent
171e5f19e5
commit
cb9d4c5416
@ -212,8 +212,8 @@ class Source(Plugin):
|
|||||||
ignore_ssl_errors = False
|
ignore_ssl_errors = False
|
||||||
|
|
||||||
#: Cached cover URLs can sometimes be unreliable (i.e. the download could
|
#: Cached cover URLs can sometimes be unreliable (i.e. the download could
|
||||||
#: fail or the returned image could be bogus. If that is often the case
|
#: fail or the returned image could be bogus). If that is often the case
|
||||||
#: with this source set to False
|
#: with this source, set to False
|
||||||
cached_cover_url_is_reliable = True
|
cached_cover_url_is_reliable = True
|
||||||
|
|
||||||
#: A list of :class:`Option` objects. They will be used to automatically
|
#: A list of :class:`Option` objects. They will be used to automatically
|
||||||
|
@ -255,7 +255,7 @@ def _config(): # {{{
|
|||||||
help='Asked library thing password at least once.')
|
help='Asked library thing password at least once.')
|
||||||
c.add_opt('search_as_you_type', default=False,
|
c.add_opt('search_as_you_type', default=False,
|
||||||
help=_('Start searching as you type. If this is disabled then search will '
|
help=_('Start searching as you type. If this is disabled then search will '
|
||||||
'only take place when the Enter or Return key is pressed.'))
|
'only take place when the Enter key is pressed.'))
|
||||||
c.add_opt('highlight_search_matches', default=False,
|
c.add_opt('highlight_search_matches', default=False,
|
||||||
help=_('When searching, show all books with search results '
|
help=_('When searching, show all books with search results '
|
||||||
'highlighted instead of showing only the matches. You can use the '
|
'highlighted instead of showing only the matches. You can use the '
|
||||||
|
@ -91,7 +91,7 @@ class Polish(QDialog): # {{{
|
|||||||
('remove_unused_css', _('Remove &unused CSS rules from the book')),
|
('remove_unused_css', _('Remove &unused CSS rules from the book')),
|
||||||
('compress_images', _('Losslessly &compress images')),
|
('compress_images', _('Losslessly &compress images')),
|
||||||
('add_soft_hyphens', _('Add s&oft hyphens')),
|
('add_soft_hyphens', _('Add s&oft hyphens')),
|
||||||
('remove_soft_hyphens', _('Remove soft hyphens')),
|
('remove_soft_hyphens', _('Remove so&ft hyphens')),
|
||||||
('upgrade_book', _('&Upgrade book internals')),
|
('upgrade_book', _('&Upgrade book internals')),
|
||||||
])
|
])
|
||||||
prefs = gprefs.get('polishing_settings', {})
|
prefs = gprefs.get('polishing_settings', {})
|
||||||
|
@ -1323,11 +1323,11 @@ when the column in the book list is changed using the cursor arrow keys</string>
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="opt_qv_retkey_changes_column">
|
<widget class="QCheckBox" name="opt_qv_retkey_changes_column">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Pressing return in a cell changes both the book and the
|
<string>Pressing 'Enter' in a cell changes both the book and the
|
||||||
column being examined (the left-hand pane)</string>
|
column being examined (the left-hand pane)</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Pressing 'return' changes examined column</string>
|
<string>&Pressing 'Enter' changes the examined column</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user