summaryrefslogtreecommitdiff
path: root/ui/qt5/pkgsimple.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-19 23:01:13 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-19 23:01:13 -0600
commit1c968e2cb1dd35f2764171cf123ca057167d83bb (patch)
tree954276ac07cf597c35e6fc5eb9b201544dc181bf /ui/qt5/pkgsimple.cc
parent9115a0791ff9167858b7b3f38f3acaab9914d00b (diff)
downloadhorizon-1c968e2cb1dd35f2764171cf123ca057167d83bb.tar.gz
horizon-1c968e2cb1dd35f2764171cf123ca057167d83bb.tar.bz2
horizon-1c968e2cb1dd35f2764171cf123ca057167d83bb.tar.xz
horizon-1c968e2cb1dd35f2764171cf123ca057167d83bb.zip
Qt UI: Tiny tweak to UI.Packages.SimpleSel page text
Diffstat (limited to 'ui/qt5/pkgsimple.cc')
-rw-r--r--ui/qt5/pkgsimple.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/pkgsimple.cc b/ui/qt5/pkgsimple.cc
index b3e7d79..b5b56f5 100644
--- a/ui/qt5/pkgsimple.cc
+++ b/ui/qt5/pkgsimple.cc
@@ -24,7 +24,7 @@ PkgSimplePage::PkgSimplePage(QWidget *parent) : HorizonWizardPage(parent) {
QLabel *descLabel = new QLabel(tr(
"Select the software you want to install on this computer.\n\n"
- "You can install and uninstall more software at any time using the Package Manager. For more information, see the User's Handbook in Online Help."));
+ "You can install and uninstall more software at any time using the Package Manager. For more information, see the User Handbook in Online Help."));
descLabel->setWordWrap(true);
QRadioButton *standardButton, *mobileButton, *compactButton, *textButton,