From f95ea98675008e28aaf6572584d71fd4088f8018 Mon Sep 17 00:00:00 2001 From: Nils Achtergarde Date: Sat, 30 Dec 2017 21:14:12 +0100 Subject: recommit of 1f25f012e8f2584c558b91d49c7a511f2d0b62a3 (split up about dialog to keep translator info independend) --- mainwindow.cpp | 5 ++--- 1 file 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() "Developer:
" "Bene, Heimer, Juergen, Nils, Ubbo

" "Translation:
" - "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)" - "

" + "%1

" "If you have any questions or suggestions have a look
" "at our " "contact page or send a mail to our
mailing list at" - " gpg4usb@gzehn.de.") + " gpg4usb@gzehn.de.").arg("Viriato/Phol (es),
Serse (it), Russell (my),
Alessandro (pt_br), Kirill (ru), Tom (vi)") + tr("

Built with Qt ") + qVersion() + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +""); -- cgit v1.2.3