mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 13:53:33 +02:00
String changes
This commit is contained in:
parent
80d91a90ad
commit
626c949c30
2 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ class BookUploadsGroupBox(DeviceOptionsGroupBox):
|
|||
|
||||
def __init__(self, parent, device):
|
||||
super(BookUploadsGroupBox, self).__init__(parent, device)
|
||||
self.setTitle(_("Book uploading"))
|
||||
self.setTitle(_("Uploading of books"))
|
||||
|
||||
self.options_layout = QGridLayout()
|
||||
self.options_layout.setObjectName("options_layout")
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label_22">
|
||||
<property name="text">
|
||||
<string>calibre can send your books to you (or your reader) by email. Emails will be automatically sent for downloaded news to all email addresses that have Auto-send checked.</string>
|
||||
<string>calibre can send your books to you (or your reader) by email. Emails will be automatically sent for downloaded news to all email addresses that have Auto send checked.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
|
|
|||
Loading…
Reference in a new issue