From b31b226b2bd3a46f0365bf8a1f1e41dbfdaae5de Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Wed, 21 Feb 2018 20:13:55 -0700 Subject: [PATCH] add extra space Add extra space for more clarity. --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 51b29ccc8..0ecd8d884 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -67,7 +67,7 @@ app.on('ready', async () => { if (!isQuitting) { dialog.showErrorBox( 'Daemon has Exited', - 'The daemon may have encountered an unexpected error, or another daemon instance is already running. \n' + + 'The daemon may have encountered an unexpected error, or another daemon instance is already running. \n\n' + 'For more information please visit: \n' + 'https://lbry.io/faq/startup-troubleshooting' );