diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-08 13:20:41 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-08 13:20:41 -0500 |
| commit | 4bfb1a0d7666cbde7b10f59feaccde0af723a9e1 (patch) | |
| tree | 60c53fd0eae9d30392782188528792c37495fc05 /src/tutorials | |
| parent | 37aa5e07f473e0377ef59d6e2f53f7373b11aecd (diff) | |
Fix missing spaces in tutorial message
Diffstat (limited to 'src/tutorials')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_settings.js | 8 |
1 files changed, 4 insertions, 4 deletions
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()
}
|
