From 14f1b84bc38fa65686592c7d7d1d0082002f512c Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 11 Oct 2015 21:42:13 +0300 Subject: [PATCH] Typo. --HG-- branch : develop --- src/app/tape/mapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tape/mapplication.cpp b/src/app/tape/mapplication.cpp index 3d2a16656..55d14480f 100644 --- a/src/app/tape/mapplication.cpp +++ b/src/app/tape/mapplication.cpp @@ -505,7 +505,7 @@ void MApplication::ParseCommandLine(const SocketConnection &connection, const QS parser.addPositionalArgument("filename", tr("The measurement file.")); //----- QCommandLineOption heightOption(QStringList() << "e" << "height", - tr("Open with the base height. Vali values: %1cm.") + tr("Open with the base height. Valid values: %1cm.") .arg(VMeasurement::WholeListHeights(Unit::Cm).join(", ")), tr("The base height")); parser.addOption(heightOption);