summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/qt5/horizonwizard.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index a180782..fc5f4dc 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -229,8 +229,8 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) {
QMessageBox nohelp(QMessageBox::Warning,
tr("No Help Available"),
tr("Help is not available for the current page."
- " Consult the Installation Guide for more "
- "information."),
+ " Consult the Installation Handbook for "
+ "more information."),
QMessageBox::Ok,
this);
nohelp.exec();