(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
This commit is contained in:
SomberNight 2020-10-15 17:38:41 +02:00
parent aebe77867d
commit ef84716e8b
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

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