aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-02-15 12:25:13 +0100
committerRobert Loehning <robert.loehning@qt.io>2019-02-15 12:49:53 +0000
commit28a14b56170a9e380d0180566ae5bde0418ea464 (patch)
treed9ae6c5f8ce70ebe5a14d1e08702e73ba87a01c6 /src
parent603191ba77852b64e5438c339bc39fcdc608cfb8 (diff)
UI Tour: Fix plural
Change-Id: Ib84f8acda7701c5fb8efc29035c31ab047573e40 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/welcome/introductionwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp
index d10cb76be2..c4b194c2ce 100644
--- a/src/plugins/welcome/introductionwidget.cpp
+++ b/src/plugins/welcome/introductionwidget.cpp
@@ -119,7 +119,7 @@ IntroductionWidget::IntroductionWidget(QWidget *parent)
"<tr><td>Edit:</td><td>Work with code and navigate your project.</td></tr>"
"<tr><td>Design:</td><td>Work with UI designs for Qt Widgets or Qt Quick.</td></tr>"
"<tr><td>Debug:</td><td>Analyze your application with a debugger or other "
- "analyzer.</td></tr>"
+ "analyzers.</td></tr>"
"<tr><td>Projects:</td><td>Manage project settings.</td></tr>"
"<tr><td>Help:</td><td>Browse the help database.</td></tr>"
"</table></p>")},