From e9a88306de4d9204e21d326478f81a10ed349e04 Mon Sep 17 00:00:00 2001 From: Jeroen van Bennekum Date: Thu, 1 Sep 2022 13:35:59 +0200 Subject: [PATCH] Fixed multiline string spaces. --- src/bitmessageqt/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bitmessageqt/__init__.py b/src/bitmessageqt/__init__.py index 463244d5..7cfdb813 100644 --- a/src/bitmessageqt/__init__.py +++ b/src/bitmessageqt/__init__.py @@ -1610,9 +1610,9 @@ class MyForm(settingsmixin.SMainWindow): _translate("MainWindow", "Open keys.dat?"), _translate( "MainWindow", - "You may manage your keys by editing the keys.dat file stored in the same directory as" - "this program. It is important that you back up this file." - "Would you like to open the file now?" + "You may manage your keys by editing the keys.dat file stored in the same directory as " + "this program. It is important that you back up this file. " + "Would you like to open the file now? " "(Be sure to close Bitmessage before making any changes.)"), QtGui.QMessageBox.Yes, QtGui.QMessageBox.No)