Change text "Reject Silently" to "Reject Without Confirmation".

This commit is contained in:
Jim Miller 2014-07-16 11:17:00 -05:00
parent 7bcd4143e5
commit 389b658135
2 changed files with 364 additions and 356 deletions

View file

@ -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