diff options
Diffstat (limited to 'ui/qt5/pkgsimple.cc')
-rw-r--r-- | ui/qt5/pkgsimple.cc | 2 |
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, |