Skip to content

Commit

Permalink
tweaked sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrum-RVN-SIG committed Sep 17, 2021
1 parent f22a2db commit c57014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@ def sweep_key_dialog(self):

vbox.addStretch(1)
button = OkButton(d, _('Sweep'))
self.use_own_cb = QCheckBox()
self.use_own_cb = QCheckBox(_('Force use own RVN'))

def on_cb(x):
self.force_use_own = x == Qt.Checked
Expand Down

0 comments on commit c57014c

Please sign in to comment.