From fe04cb47e1cd0207ba69f251f0c10e3a694134c0 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 20 Jan 2019 22:27:43 +0100 Subject: Improved Choose Instance name dialog to avoid confusion --- src/instancemanager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.3.1