(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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user