commit ef84716e8b2675a144c2f6dcc439c70e0bfe218b
parent aebe77867d501318d4b5e057d146e64e3b7a5e0e
Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 15 Oct 2020 17:38:41 +0200
(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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/kivy/uix/dialogs/dscancel_dialog.py b/electrum/gui/kivy/uix/dialogs/dscancel_dialog.py
@@ -13,7 +13,7 @@ if TYPE_CHECKING:
Builder.load_string('''
<DSCancelDialog@Popup>
- title: _('Cancel transaction')
+ title: _('Cancel (double-spend) transaction')
size_hint: 0.8, 0.8
pos_hint: {'top':0.9}
BoxLayout: