summaryrefslogtreecommitdiffstats
path: root/examples/doc/changeuserinterface.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/doc/changeuserinterface.qdoc')
-rw-r--r--examples/doc/changeuserinterface.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/doc/changeuserinterface.qdoc b/examples/doc/changeuserinterface.qdoc
index 970ca5bc8..27c8e9de1 100644
--- a/examples/doc/changeuserinterface.qdoc
+++ b/examples/doc/changeuserinterface.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -35,7 +35,7 @@
\image qtifw-examples-changeuserinterface.png
\e {Change Installer UI} demonstrates how to use the \c Component() function
- to modify the default text for the radio button labels on the
+ to modify the default text for the check box label on the
\l{License Agreement Page}{license check page}. This example does not install
any components, but we specify a dummy component in the package information
file, because installers without components are not allowed.
@@ -68,8 +68,8 @@
\skipto Component()
\printuntil }
- We use the \c changeLicenseLabels function to change the text labels for the
- accept and reject license radio buttons on the page:
+ We use the \c changeLicenseLabels function to change the text label for the
+ accept license check box on the page:
\printuntil }