From 7dbb83ac7c91682613897c92b608d5be8fd61757 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 3 Jan 2014 20:37:28 +0000 Subject: 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 --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mainwindow.cpp') 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("

" + qApp->applicationName() + " " + qApp->applicationVersion() + "

" + tr("
This application allows simple encryption
" @@ -626,7 +626,7 @@ void MainWindow::about() "Developer:
" "Bene, Heimer, Juergen, Nils, Ubbo

" "Translation:
" - "Viriato/Phol (es),
Serse (it), Russell (my),
Alessandro (pt_br), Kirill (ru), Tom (vi)" + "Ahmad (ar), Alessandro (pt_br), Åke (sv),
Elad (he), George (el), Jedi Lin (zh_tw),
Kirill (ru), Marek Bogacz (pl), Phol (es),
Russell (my), Serse (it), Tom (vi),
Toughworm(zh), Viriato (es)" "

" "If you have any questions or suggestions have a look
" "at our " -- cgit v1.2.3