diff options
author | Nils Achtergarde <[email protected]> | 2017-12-30 20:14:12 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-30 20:14:12 +0000 |
commit | f95ea98675008e28aaf6572584d71fd4088f8018 (patch) | |
tree | df88b2510d8a2a5638b611a84f42f63730186634 | |
parent | recommit of ffc7c45fee1bfa046cd2c605a43c9c5d2cf7eb62 (proof of concept for up... (diff) | |
download | gpg4usb-f95ea98675008e28aaf6572584d71fd4088f8018.tar.gz gpg4usb-f95ea98675008e28aaf6572584d71fd4088f8018.zip |
recommit of 1f25f012e8f2584c558b91d49c7a511f2d0b62a3 (split up about dialog to keep translator info independend)
-rw-r--r-- | mainwindow.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index e3b802e..57afedd 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -646,12 +646,11 @@ void MainWindow::slotAbout() "<b>Developer:</b><br>" "Bene, Heimer, Juergen, Nils, Ubbo<br><br>" "<b>Translation:</b><br>" - "Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)" - "<br><br>" + "%1<br><br>" "If you have any questions or suggestions have a look<br/>" "at our <a href=\"http://gpg4usb.cpunk.de/contact.php\">" "contact page</a> or send a mail to our<br/> mailing list at" - " <a href=\"mailto:[email protected]\">[email protected]</a>.") + " <a href=\"mailto:[email protected]\">[email protected]</a>.").arg("Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)") + tr("<br><br> Built with Qt ") + qVersion() + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +"</center>"); |