summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-01-19 11:53:47 +0100
committerAl12rs <gabriel.cortesi@outlook.com>2018-01-19 11:53:47 +0100
commit95b258c0df3425632bd48105793aa38a273f4dae (patch)
tree7bf9868cca5d718056aed67e7ccce7fb3ba4712b /src
parent45b3614fbcd992b7b505a423cd0970ac8c777a4f (diff)
Updated InstanceSelection dialog to be slighly more clear.
Diffstat (limited to 'src')
-rw-r--r--src/instancemanager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/instancemanager.cpp b/src/instancemanager.cpp
index 4d8ff509..29068c5b 100644
--- a/src/instancemanager.cpp
+++ b/src/instancemanager.cpp
@@ -179,10 +179,10 @@ QString InstanceManager::chooseInstance(const QStringList &instanceList) const
.arg(QObject::tr("Choose Instance"))
.arg(QObject::tr(
"Each Instance is a full set of MO data files (mods, "
- "downloads, profiles, configuration, ...). Use multiple "
- "instances for different games. If your MO folder is "
- "writable, you can also store a single instance locally (called "
- "a portable install).")),
+ "downloads, profiles, configuration, ...). You can use multiple "
+ "instances for different games. Instances are stored in Appdata and can be accessed by all MO installations. "
+ "If your MO folder is writable, you can also store a single instance locally (called "
+ "a Portable install, and all the MO data files will be inside the installation folder).")),
nullptr);
selection.disableCancel();
for (const QString &instance : instanceList) {