summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-01-20 22:27:43 +0100
committerAl <gabriel.cortesi@outlook.com>2019-01-20 22:27:43 +0100
commitfe04cb47e1cd0207ba69f251f0c10e3a694134c0 (patch)
tree017190c91f3057a1caf3767fce5d3e4da3463083
parent8719248fcf9174d9ebe4dee618ab81997626f863 (diff)
Improved Choose Instance name dialog to avoid confusion
-rw-r--r--src/instancemanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/instancemanager.cpp b/src/instancemanager.cpp
index a5a52d63..b0a59363 100644
--- a/src/instancemanager.cpp
+++ b/src/instancemanager.cpp
@@ -138,7 +138,8 @@ QString InstanceManager::queryInstanceName(const QStringList &instanceList) cons
dialog.setWindowTitle(QObject::tr("Enter a Name for the new Instance"));
dialog.setLabelText(QObject::tr("Enter a new name or select one from the suggested list: \n"
- "(This is just the name of the Instance, not the game selection)"));
+ "(This is just a name for the Instance and can be whatever you wish,\n"
+ " the actual game selection will happen on the next screen regardless of chosen name)"));
// would be neat if we could take the names from the game plugins but
// the required initialization order requires the ini file to be
// available *before* we load plugins