From 4bfb1a0d7666cbde7b10f59feaccde0af723a9e1 Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 8 Jul 2019 13:20:41 -0500 Subject: Fix missing spaces in tutorial message --- src/tutorials/tutorial_firststeps_settings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tutorials/tutorial_firststeps_settings.js') diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js index 792712be..b0e0c3c3 100644 --- a/src/tutorials/tutorial_firststeps_settings.js +++ b/src/tutorials/tutorial_firststeps_settings.js @@ -16,10 +16,10 @@ function getTutorialSteps() function() { highlightItem("nexusBox", false) - tutorial.text = qsTr("Use this interface to obtain an API key from NexusMods." - +"This is used for all API connections - downloads, updates" - +"etc. MO2 uses the Windows Credential Manager to store" - +"this data securely. If the SSO page on Nexus is failing," + tutorial.text = qsTr("Use this interface to obtain an API key from NexusMods. " + +"This is used for all API connections - downloads, updates " + +"etc. MO2 uses the Windows Credential Manager to store " + +"this data securely. If the SSO page on Nexus is failing, " +"use the manual entry and copy the API key from your profile.") waitForClick() } -- cgit v1.3.1