diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/instancemanager.cpp | 3 |
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 |
