mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-30 19:01:00 +02:00
Change text "Reject Silently" to "Reject Without Confirmation".
This commit is contained in:
parent
7bcd4143e5
commit
389b658135
2 changed files with 364 additions and 356 deletions
|
|
@ -489,8 +489,8 @@ class BasicTab(QWidget):
|
|||
self.reject_reasons.clicked.connect(self.show_reject_reasons)
|
||||
self.l.addWidget(self.reject_reasons)
|
||||
|
||||
self.reject_always = QCheckBox(_('Reject Silently?'),self)
|
||||
self.reject_always.setToolTip(_("Always URLs on the Reject List without stopping and asking."))
|
||||
self.reject_always = QCheckBox(_('Reject Without Confirmation?'),self)
|
||||
self.reject_always.setToolTip(_("Always reject URLs on the Reject List without stopping and asking."))
|
||||
self.reject_always.setChecked(prefs['reject_always'])
|
||||
self.l.addWidget(self.reject_always)
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue