summaryrefslogtreecommitdiff
path: root/src/instancemanager.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-01-22 17:57:46 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-01-22 17:57:46 -0600
commit0ab87850c4cb405b93c592e455a9d052ec84f66f (patch)
tree5fe08b611e70a3f0bff446dd3632de3acb1f33fb /src/instancemanager.cpp
parent952a9c2dedf63e4b9b182b7dce379c4fe7898355 (diff)
parent5800f2b7b32b564352b029b2f9a5fe27d05ee14c (diff)
Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2
Diffstat (limited to 'src/instancemanager.cpp')
-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