From 95b258c0df3425632bd48105793aa38a273f4dae Mon Sep 17 00:00:00 2001 From: Al12rs Date: Fri, 19 Jan 2018 11:53:47 +0100 Subject: Updated InstanceSelection dialog to be slighly more clear. --- src/instancemanager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/instancemanager.cpp') 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) { -- cgit v1.3.1