diff --git a/src/app/tape/mapplication.cpp b/src/app/tape/mapplication.cpp index c06a68090..8b22d53bd 100644 --- a/src/app/tape/mapplication.cpp +++ b/src/app/tape/mapplication.cpp @@ -548,7 +548,7 @@ void MApplication::ParseCommandLine(const SocketConnection &connection, const QS parser.addOption(unitOption); //----- QCommandLineOption testOption(QStringList() << "test", - tr("Use for unit testing. Run the program and open a file without showing a window.")); + tr("Use for unit testing. Run the program and open a file without showing the main window.")); parser.addOption(testOption); //----- parser.process(arguments);