Browse Source

(trivial) kivy: rename title of DSCancelDialog

For an action called "Cancel transaction" it is confusing to have a "Cancel" button
that cancels the action... not sure how to fix -- this is perhaps the least intrusive change
patch-4
SomberNight 4 years ago
parent
commit
ef84716e8b
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/gui/kivy/uix/dialogs/dscancel_dialog.py

2
electrum/gui/kivy/uix/dialogs/dscancel_dialog.py

@ -13,7 +13,7 @@ if TYPE_CHECKING:
Builder.load_string(''' Builder.load_string('''
<DSCancelDialog@Popup> <DSCancelDialog@Popup>
title: _('Cancel transaction') title: _('Cancel (double-spend) transaction')
size_hint: 0.8, 0.8 size_hint: 0.8, 0.8
pos_hint: {'top':0.9} pos_hint: {'top':0.9}
BoxLayout: BoxLayout:

Loading…
Cancel
Save