mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
(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:
parent
aebe77867d
commit
ef84716e8b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue