string changes

This commit is contained in:
Kovid Goyal 2021-11-29 12:07:23 +05:30
parent 171e5f19e5
commit cb9d4c5416
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 6 additions and 6 deletions

View File

@ -212,8 +212,8 @@ class Source(Plugin):
ignore_ssl_errors = False
#: 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
#: with this source set to False
#: fail or the returned image could be bogus). If that is often the case
#: with this source, set to False
cached_cover_url_is_reliable = True
#: A list of :class:`Option` objects. They will be used to automatically

View File

@ -255,7 +255,7 @@ def _config(): # {{{
help='Asked library thing password at least once.')
c.add_opt('search_as_you_type', default=False,
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,
help=_('When searching, show all books with search results '
'highlighted instead of showing only the matches. You can use the '

View File

@ -91,7 +91,7 @@ class Polish(QDialog): # {{{
('remove_unused_css', _('Remove &unused CSS rules from the book')),
('compress_images', _('Losslessly &compress images')),
('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')),
])
prefs = gprefs.get('polishing_settings', {})

View File

@ -1323,11 +1323,11 @@ when the column in the book list is changed using the cursor arrow keys</string>
<item row="1" column="0">
<widget class="QCheckBox" name="opt_qv_retkey_changes_column">
<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>
</property>
<property name="text">
<string>&amp;Pressing 'return' changes examined column</string>
<string>&amp;Pressing 'Enter' changes the examined column</string>
</property>
</widget>
</item>