diff options
| -rw-r--r-- | src/instancemanager.cpp | 8 |
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) { |
