diff options
author | Saturneric <[email protected]> | 2021-06-10 14:51:24 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-10 14:51:24 +0000 |
commit | 58927593ce9acf718ddcab3ed21484c12eec8575 (patch) | |
tree | c3081828b0aa123cd5f9b80ffd72ea5d0b277a13 /src/ui/AboutDialog.cpp | |
parent | Delete release/.DS_Store (diff) | |
parent | Adjust settings. (diff) | |
download | GpgFrontend-58927593ce9acf718ddcab3ed21484c12eec8575.tar.gz GpgFrontend-58927593ce9acf718ddcab3ed21484c12eec8575.zip |
Merge branch 'develop' of ssh://tunnel.bktus.com:30412/Saturneric/GPGFrontend into develop
Diffstat (limited to 'src/ui/AboutDialog.cpp')
-rw-r--r-- | src/ui/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/AboutDialog.cpp b/src/ui/AboutDialog.cpp index 40ba6e61..67069049 100644 --- a/src/ui/AboutDialog.cpp +++ b/src/ui/AboutDialog.cpp @@ -58,7 +58,7 @@ InfoTab::InfoTab(QWidget *parent) "Saturneric<br><br>" "If you have any questions or suggestions have a look<br/>" "at my <a href=\"https://bktus.com/%e8%81%94%e7%b3%bb%e4%b8%8e%e9%aa%8c%e8%af%81\">" - "contact page</a> or send a mail to our<br/> mailing list at" + "contact page</a> or send a mail to my<br/> mailing list at" " <a href=\"mailto:[email protected]\">[email protected]</a>.") + tr("<br><br> Built with Qt ") + qVersion() + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() + "</center>"); |