diff options
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>"); |