diff --git a/manual/faq.rst b/manual/faq.rst index 6199641d49..522a133cb1 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -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 then the problem is probably a corrupted font cache. You can clear the cache by following these -`instructions `_. If that doesn't +`instructions `_. 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 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". diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 7469c7f8e1..18274e8d65 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -555,7 +555,7 @@ content_server_thumbnail_compression_quality = 75 cover_drop_exclude = () #: 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 -# search is shown in the Search bar. If you would like to have the old -# Saved searches box with its two buttons back, set this tweak to True. +# In newer versions of calibre, only a single button that allows you to add a +# new Saved search is shown in the Search bar. If you would like to have the +# old Saved searches box with its two buttons back, set this tweak to True. show_saved_search_box = False diff --git a/src/calibre/gui2/preferences/saving.ui b/src/calibre/gui2/preferences/saving.ui index 8b23fdabd7..a1e59629d9 100644 --- a/src/calibre/gui2/preferences/saving.ui +++ b/src/calibre/gui2/preferences/saving.ui @@ -98,7 +98,7 @@ - &Show files in file browser after saving to disk + &Show files in the file browser after saving to disk diff --git a/src/calibre/gui2/preferences/server.py b/src/calibre/gui2/preferences/server.py index 15af5a2179..fff2376c95 100644 --- a/src/calibre/gui2/preferences/server.py +++ b/src/calibre/gui2/preferences/server.py @@ -265,7 +265,7 @@ class MainTab(QWidget): # {{{ def change_auth_desc(self): 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 _( 'Requiring a username/password prevents unauthorized people from' ' accessing your calibre library. It is also needed for some features'