Minor UI improvements

This commit is contained in:
Klaus Basan
2017-06-22 01:24:57 +02:00
parent 6d26c96569
commit efd82f4391
4 changed files with 204 additions and 182 deletions

View File

@@ -395,7 +395,7 @@ void SwiftGuiStd::ps_verifyDataAvailability()
const CSimulatorInfo sims = sGui->getIContextSimulator()->simulatorsWithInitializedModelSet();
if (sims.isNoSimulator())
{
CLogMessage(this).error("No model set so far, you need at least one model set");
CLogMessage(this).error("No model set so far, you need at least one model set. Hint: You can create a model set in the mapping tool, or copy an existing set in the launcher.");
}
}