From e87223ff5a18f71462b634663ef9a71f5940ac44 Mon Sep 17 00:00:00 2001 From: s3goat <41472927+dimyme@users.noreply.github.com> Date: Wed, 19 Sep 2018 12:55:19 +0200 Subject: [PATCH] that warning was cut short a bit "Because you are not currently connected to the network, the BM will not be sent right now" --- src/bitmessagecurses/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessagecurses/__init__.py b/src/bitmessagecurses/__init__.py index 9c190c59..e23bc021 100644 --- a/src/bitmessagecurses/__init__.py +++ b/src/bitmessagecurses/__init__.py @@ -781,7 +781,7 @@ def sendMessage(sender="", recv="", broadcast=None, subject="", body="", reply=F continue if len(shared.connectedHostsList) == 0: set_background_title(d, "Not connected warning") - scrollbox(d, unicode("Because you are not currently connected to the network, ")) + scrollbox(d, unicode("Because you are not currently connected to the network, the BM will not be sent right now")) stealthLevel = BMConfigParser().safeGetInt('bitmessagesettings', 'ackstealthlevel') ackdata = genAckPayload(streamNumber, stealthLevel) sqlExecute(