summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 19:17:58 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 19:17:58 -0600
commit3eab9b0a9df765efa1af5b6114fbf4e868d337ad (patch)
tree781c73c5d708ef4e9c89ef9752b556bf57a65158 /ui/qt5/horizonwizard.cc
parent58e72b28091ce6119ea841e70321ca6813aa2c37 (diff)
downloadhorizon-3eab9b0a9df765efa1af5b6114fbf4e868d337ad.tar.gz
horizon-3eab9b0a9df765efa1af5b6114fbf4e868d337ad.tar.bz2
horizon-3eab9b0a9df765efa1af5b6114fbf4e868d337ad.tar.xz
horizon-3eab9b0a9df765efa1af5b6114fbf4e868d337ad.zip
Qt UI: Correct typo (thanks @lstarnes)
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 0987e47..669d6a1 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -123,5 +123,5 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) {
f8 = new QShortcut(Qt::Key_F8, this);
connect(f8, &QShortcut::activated,
button(NextButton), &QAbstractButton::click);
- f5->setWhatsThis(tr("Goes forward to the next page."));
+ f8->setWhatsThis(tr("Goes forward to the next page."));
}