From 19c787b426e9a8c22f481223a93af163f6ef15ac Mon Sep 17 00:00:00 2001 From: Saturneric Date: Fri, 31 Mar 2023 01:17:07 +0800 Subject: fix: correct ui representation --- src/ui/dialog/help/AboutDialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/dialog/help/AboutDialog.cpp') diff --git a/src/ui/dialog/help/AboutDialog.cpp b/src/ui/dialog/help/AboutDialog.cpp index 3cf6c2a2..6bd0fa49 100644 --- a/src/ui/dialog/help/AboutDialog.cpp +++ b/src/ui/dialog/help/AboutDialog.cpp @@ -83,9 +83,9 @@ InfoTab::InfoTab(QWidget* parent) : QWidget(parent) { "
" + qApp->applicationVersion() + "
" + "
" + GIT_VERSION + "
" + "
" + _("GpgFrontend is an easy-to-use, compact, cross-platform, " - "and installation-free gpg front-end tool." - "It visualizes most of the common operations of gpg commands." - "It's licensed under the GPL v3") + + "and installation-free GnuPG Frontend." + "It visualizes most of the common operations of GnuPG." + "GpgFrontend is licensed under the GPLv3") + "

" "" + _("Developer:") + "
" + "Saturneric" + "

" + -- cgit v1.2.3