1
0

(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

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: