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 = ()
|
cover_drop_exclude = ()
|
||||||
|
|
||||||
#: Show the Saved searches box in the Search bar
|
#: 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
|
# 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.
|
# Saved searches box with its two buttons back, set this tweak to True.
|
||||||
show_saved_search_box = False
|
show_saved_search_box = False
|
||||||
|
@ -637,7 +637,7 @@ title and author are swapped before the title case is set</string>
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="cover_from_fmt">
|
<widget class="QRadioButton" name="cover_from_fmt">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Set from &e-book file(s)</string>
|
<string>Set from &e-book files</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -60,7 +60,7 @@ class TestEmail(QDialog):
|
|||||||
return error_dialog(self, _('No email address'), _(
|
return error_dialog(self, _('No email address'), _(
|
||||||
'No email address to send mail to has been specified. You'
|
'No email address to send mail to has been specified. You'
|
||||||
' must specify a To: address before running the test.'), show=True)
|
' 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)
|
self.test_button.setEnabled(False)
|
||||||
t = Thread(target=self.run_test, name='TestEmailSending')
|
t = Thread(target=self.run_test, name='TestEmailSending')
|
||||||
t.daemon = True
|
t.daemon = True
|
||||||
@ -68,7 +68,7 @@ class TestEmail(QDialog):
|
|||||||
|
|
||||||
def run_test(self):
|
def run_test(self):
|
||||||
try:
|
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:
|
except Exception:
|
||||||
import traceback
|
import traceback
|
||||||
tb = traceback.format_exc()
|
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>
|
<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>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Mail server</string>
|
<string>Email server</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_3">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
<item row="0" column="0" colspan="4">
|
<item row="0" column="0" colspan="4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user