Clarfiy tooltip

This commit is contained in:
Kovid Goyal 2025-03-28 07:32:01 +05:30
parent 2ced906a0b
commit 650fd87858
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -365,7 +365,9 @@ class SchedulerDialog(QDialog):
' of this periodical. Every time a new issue is downloaded, the oldest one is deleted, if the' ' of this periodical. Every time a new issue is downloaded, the oldest one is deleted, if the'
' total is larger than this number.\n<p>Note that this feature only works if you have the' ' total is larger than this number.\n<p>Note that this feature only works if you have the'
' option to add the title as tag checked, above.\n<p>Also, the setting for deleting periodicals' ' option to add the title as tag checked, above.\n<p>Also, the setting for deleting periodicals'
' older than a number of days, below, takes priority over this setting.')) ' older than a number of days, below, wil also cause issues to be deleted, so set that to zero if'
' you want to use this setting alone.'
))
ki.setSpecialValueText(_('all issues')), ki.setSuffix(_(' issues')) ki.setSpecialValueText(_('all issues')), ki.setSuffix(_(' issues'))
g.addRow(_('&Keep at most:'), ki) g.addRow(_('&Keep at most:'), ki)
self.recipe_specific_widgets = {} self.recipe_specific_widgets = {}