diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 20:37:28 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 20:37:28 +0000 |
commit | 7dbb83ac7c91682613897c92b608d5be8fd61757 (patch) | |
tree | d9b1a550baa8a89dceda9065a9e1919668c67dfa /mainwindow.cpp | |
parent | languages updated (diff) | |
download | gpg4usb-7dbb83ac7c91682613897c92b608d5be8fd61757.tar.gz gpg4usb-7dbb83ac7c91682613897c92b608d5be8fd61757.zip |
changed codec for tr to utf-8 and modified translation files a little
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-1@1078 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 2e067dc..3041150 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -617,7 +617,7 @@ void MainWindow::closeEvent(QCloseEvent *event) void MainWindow::about() { QPixmap *pixmap = new QPixmap(":gpg4usb-logo.png"); - QString *title = new QString(tr("About ") + qApp->applicationName()); + 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>" @@ -626,7 +626,7 @@ void MainWindow::about() "<b>Developer:</b><br>" "Bene, Heimer, Juergen, Nils, Ubbo<br><br>" "<b>Translation:</b><br>" - "Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)" + "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>" "If you have any questions or suggestions have a look<br/>" "at our <a href=\"http://gpg4usb.cpunk.de/contact.php\">" |