aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-11-14 09:55:19 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-11-14 10:50:51 +0000
commit1613e32042a8e710c3105b926422827ccaad1c5c (patch)
tree4c0dfde818d9b933dade178a247a36847d897cae /tools
parent8af9d69554065924f9c92b29dd09d08ba6650328 (diff)
qmlpreview: Fix typo
Change-Id: I5b8a674e77f770e4987e03ccf02b5a27c4987e24 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlpreview/qmlpreviewapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlpreview/qmlpreviewapplication.cpp b/tools/qmlpreview/qmlpreviewapplication.cpp
index 618769502c..031381a948 100644
--- a/tools/qmlpreview/qmlpreviewapplication.cpp
+++ b/tools/qmlpreview/qmlpreviewapplication.cpp
@@ -105,7 +105,7 @@ void QmlPreviewApplication::parseArguments()
parser.addVersionOption();
parser.addPositionalArgument(QLatin1String("program"),
- tr("The program to be started and profiled."),
+ tr("The program to be started and previewed."),
QLatin1String("[program]"));
parser.addPositionalArgument(QLatin1String("parameters"),
tr("Parameters for the program to be started."),