diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-09 05:49:08 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-09 05:49:08 -0600 |
commit | d9f31ced521be5fd0b0116315069ef87053abfaa (patch) | |
tree | 4fcc38a50d492937f31b628d3063dc9e672ca418 /ui | |
parent | 76a75bb104e9cb8eb36b8c4081aadebad4f75da8 (diff) | |
download | horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.tar.gz horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.tar.bz2 horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.tar.xz horizon-d9f31ced521be5fd0b0116315069ef87053abfaa.zip |
Qt UI: Handbook, not Guide
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 4 |
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(); |