aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/Wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Wizard.cpp')
-rw-r--r--src/ui/Wizard.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ui/Wizard.cpp b/src/ui/Wizard.cpp
index 3df00683..9f0626ff 100644
--- a/src/ui/Wizard.cpp
+++ b/src/ui/Wizard.cpp
@@ -232,15 +232,15 @@ ConclusionPage::ConclusionPage(QWidget* parent) : QWizardPage(parent) {
setTitle(_("Ready."));
setSubTitle(_("Have fun with GpgFrontend!"));
- auto* bottomLabel =
- new QLabel(QString(_("You are ready to use GpgFrontend now.<br><br>")) +
- "<a "
- "href=\"https://saturneric.github.io/GpgFrontend/index.html#/"
- "overview\">" +
- _("The Online Document") + "</a>" +
- _(" will get you started with GpgFrontend. It will open in "
- "the main window.") +
- "<br>");
+ auto* bottomLabel = new QLabel(
+ QString(_("You are ready to use GpgFrontend now.<br><br>")) +
+ "<a "
+ "href=\"https://saturneric.github.io/GpgFrontend/index.html#/"
+ "overview\">" +
+ _("The Online Document") + "</a>" +
+ _(" will get you started with GpgFrontend. Anytime you encounter "
+ "problems, please try to find help from the documentation") +
+ "<br>");
bottomLabel->setTextFormat(Qt::RichText);
bottomLabel->setTextInteractionFlags(Qt::TextBrowserInteraction);