mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
a9afd0a1c7
commit
654d955036
@ -296,6 +296,7 @@ class SchedulerDialog(QDialog):
|
|||||||
la.setWordWrap(True)
|
la.setWordWrap(True)
|
||||||
vf.addWidget(la)
|
vf.addWidget(la)
|
||||||
self.rla = la = QLabel(_("For the scheduling to work, you must leave calibre running."))
|
self.rla = la = QLabel(_("For the scheduling to work, you must leave calibre running."))
|
||||||
|
la.setWordWrap(True)
|
||||||
vf.addWidget(la)
|
vf.addWidget(la)
|
||||||
self.account = acc = QGroupBox(self.tab)
|
self.account = acc = QGroupBox(self.tab)
|
||||||
acc.setTitle(_("&Account"))
|
acc.setTitle(_("&Account"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user