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
2238dfe3ef
commit
4b40482d3b
@ -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".
|
||||||
|
@ -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
|
||||||
|
@ -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>&Show files in file browser after saving to disk</string>
|
<string>&Show files in the file browser after saving to disk</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user