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
4070b39d22
commit
5391aeda8c
@ -555,7 +555,7 @@ content_server_thumbnail_compression_quality = 75
|
||||
cover_drop_exclude = ()
|
||||
|
||||
#: Show the Saved searches box in the Search bar
|
||||
# In newer version of calibre, only a button that allows you to add a new Saved
|
||||
# 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.
|
||||
show_saved_search_box = False
|
||||
|
@ -637,7 +637,7 @@ title and author are swapped before the title case is set</string>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="cover_from_fmt">
|
||||
<property name="text">
|
||||
<string>Set from &e-book file(s)</string>
|
||||
<string>Set from &e-book files</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -60,7 +60,7 @@ class TestEmail(QDialog):
|
||||
return error_dialog(self, _('No email address'), _(
|
||||
'No email address to send mail to has been specified. You'
|
||||
' must specify a To: address before running the test.'), show=True)
|
||||
self.log.setPlainText(_('Sending mail, please wait...'))
|
||||
self.log.setPlainText(_('Sending email, please wait...'))
|
||||
self.test_button.setEnabled(False)
|
||||
t = Thread(target=self.run_test, name='TestEmailSending')
|
||||
t.daemon = True
|
||||
@ -68,7 +68,7 @@ class TestEmail(QDialog):
|
||||
|
||||
def run_test(self):
|
||||
try:
|
||||
tb = self.test_func(unicode(self.to.text())) or _('Mail successfully sent')
|
||||
tb = self.test_func(unicode(self.to.text())) or _('Email successfully sent')
|
||||
except Exception:
|
||||
import traceback
|
||||
tb = traceback.format_exc()
|
||||
|
@ -41,7 +41,7 @@
|
||||
<string><p>A mail server is useful if the service you are sending mail to only accepts email from well know mail services.</string>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Mail server</string>
|
||||
<string>Email server</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0" colspan="4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user