From 5ae6e433239818d282db8cfd3e3aad51ae9cb428 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 15 Feb 2020 17:27:33 +0100 Subject: [PATCH] message formatting --- electrum/gui/qt/channels_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qt/channels_list.py b/electrum/gui/qt/channels_list.py index 255ff251d..08f6b82c3 100644 --- a/electrum/gui/qt/channels_list.py +++ b/electrum/gui/qt/channels_list.py @@ -85,7 +85,7 @@ class ChannelsList(MyTreeView): def force_close(self, channel_id): if self.lnworker.wallet.is_lightning_backup(): - msg = _('WARNING: 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):