mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
message formatting
This commit is contained in:
parent
e3ccfe6449
commit
5ae6e43323
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class ChannelsList(MyTreeView):
|
|||
|
||||
def force_close(self, channel_id):
|
||||
if self.lnworker.wallet.is_lightning_backup():
|
||||
msg = _('<b>WARNING<b>: force-closing from an old state might result in fund loss.\nAre you sure?')
|
||||
msg = _('WARNING: force-closing from an old state might result in fund loss.\nAre you sure?')
|
||||
else:
|
||||
msg = _('Force-close channel?\nReclaimed funds will not be immediately available.')
|
||||
if self.parent.question(msg):
|
||||
|
|
Loading…
Add table
Reference in a new issue