summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-09 05:49:08 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-09 05:49:08 -0600
commitd9f31ced521be5fd0b0116315069ef87053abfaa (patch)
tree4fcc38a50d492937f31b628d3063dc9e672ca418 /ui/qt5/horizonwizard.cc
parent76a75bb104e9cb8eb36b8c4081aadebad4f75da8 (diff)
downloadhorizon-d9f31ced521be5fd0b0116315069ef87053abfaa.tar.gz
horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.tar.bz2
horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.tar.xz
horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.zip
Qt UI: Handbook, not Guide
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-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();