String changes

This commit is contained in:
Kovid Goyal 2017-10-01 16:47:46 +05:30
parent 2238dfe3ef
commit 4b40482d3b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 6 additions and 6 deletions

View File

@ -959,7 +959,7 @@ be printed to it. If the debug output contains a line that looks like::
Qt: internal: -108: Error ATSUMeasureTextImage text/qfontengine_mac.mm Qt: internal: -108: Error ATSUMeasureTextImage text/qfontengine_mac.mm
then the problem is probably a corrupted font cache. You can clear the cache by following these then the problem is probably a corrupted font cache. You can clear the cache by following these
`instructions <http://www.macworld.com/article/1139383/fontcacheclear.html>`_. If that doesn't `instructions <https://www.macworld.com/article/1139383/fontcacheclear.html>`_. If that doesn't
solve it, look for a corrupted font file on your system, in ~/Library/Fonts or the like. An easy way to solve it, look for a corrupted font file on your system, in ~/Library/Fonts or the like. An easy way to
check for corrupted fonts in macOS is to start the "Font Book" application, select all fonts and then in the File check for corrupted fonts in macOS is to start the "Font Book" application, select all fonts and then in the File
menu, choose "Validate fonts". menu, choose "Validate fonts".

View File

@ -555,7 +555,7 @@ content_server_thumbnail_compression_quality = 75
cover_drop_exclude = () cover_drop_exclude = ()
#: Show the Saved searches box in the Search bar #: Show the Saved searches box in the Search bar
# In newer versions of calibre, only a button that allows you to add a new Saved # In newer versions of calibre, only a single button that allows you to add a
# search is shown in the Search bar. If you would like to have the old # new Saved search is shown in the Search bar. If you would like to have the
# Saved searches box with its two buttons back, set this tweak to True. # old Saved searches box with its two buttons back, set this tweak to True.
show_saved_search_box = False show_saved_search_box = False

View File

@ -98,7 +98,7 @@
<item row="4" column="0" colspan="2"> <item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="opt_show_files_after_save"> <widget class="QCheckBox" name="opt_show_files_after_save">
<property name="text"> <property name="text">
<string>&amp;Show files in file browser after saving to disk</string> <string>&amp;Show files in the file browser after saving to disk</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -265,7 +265,7 @@ class MainTab(QWidget): # {{{
def change_auth_desc(self): def change_auth_desc(self):
self.auth_desc.setText( self.auth_desc.setText(
_('Remember to create some user accounts in the "Users" tab') _('Remember to create some user accounts in the "User accounts" tab')
if self.opt_auth.isChecked() else _( if self.opt_auth.isChecked() else _(
'Requiring a username/password prevents unauthorized people from' 'Requiring a username/password prevents unauthorized people from'
' accessing your calibre library. It is also needed for some features' ' accessing your calibre library. It is also needed for some features'