This commit is contained in:
Kovid Goyal 2022-07-17 22:01:45 +05:30
parent a9afd0a1c7
commit 654d955036
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -296,6 +296,7 @@ class SchedulerDialog(QDialog):
la.setWordWrap(True)
vf.addWidget(la)
self.rla = la = QLabel(_("For the scheduling to work, you must leave calibre running."))
la.setWordWrap(True)
vf.addWidget(la)
self.account = acc = QGroupBox(self.tab)
acc.setTitle(_("&Account"))