diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:39:17 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:39:17 +0000 |
commit | f273a466b308b86aa78498fbb1a2349e1eff7362 (patch) | |
tree | 7581f6d4fefcc9a04c13dcaa29aa21c9bdc603ac /mainwindow.cpp | |
parent | jump to conclusion page after key generation or import in wizard (diff) | |
download | gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.tar.gz gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.zip |
changed about dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@793 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index da185c3..36e4e5e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -583,19 +583,20 @@ void MainWindow::about() QString *title = new QString(tr("About ") + qApp->applicationName()); QString *text = new QString("<center><h2>" + qApp->applicationName() + " " + qApp->applicationVersion() + "</h2></center>" - + tr("<center>This application allows simple encryption <br/>" + + tr("<center>This application allows simple encryption <br>" "and decryption of text messages or files.<br>" "It's licensed under the GPL v3<br><br>" "<b>Developer:</b><br>" "Bene, Heimer, Juergen, Nils, Ubbo<br><br>" "<b>Translation:</b><br>" - "Alessandro (pt_br), Kirill (ru), Viriato (es), Serse (it) <br><br>" + "Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)" + "<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>.") - + tr("<br/><br/> Built with Qt ") + qVersion() - + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion()); + + tr("<br><br> Built with Qt ") + qVersion() + + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +"</center>"); QDialog *dialog = new QDialog(this); dialog->setWindowTitle(*title); @@ -905,7 +906,6 @@ void MainWindow::openSettingsDialog() qApp->exit(RESTART_CODE); } } - } void MainWindow::cleanDoubleLinebreaks() |