String changes

This commit is contained in:
Kovid Goyal 2017-09-25 21:00:53 +05:30
parent 4070b39d22
commit 5391aeda8c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 &amp;e-book file(s)</string>
<string>Set from &amp;e-book files</string>
</property>
</widget>
</item>

View File

@ -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()

View File

@ -41,7 +41,7 @@
<string>&lt;p&gt;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">