From e02a8a79f37d1c93f494b5df060b754e2756acdc Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 30 Jan 2011 22:52:50 +0000 Subject: small text change to about-dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@465 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpgwin.cpp b/gpgwin.cpp index b8887b2..5dba124 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -459,8 +459,8 @@ void GpgWin::about() QString *title = new QString(tr("About ") + qApp->applicationName()); QString *text = new QString("

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

" - + tr("
This Application allows you to do simple
" - "encryption/decryption of your text-message or file.
" + + tr("
This application allows you simple encryption
" + "and decryption of text messages or files.
" "It's licensed under the GPL v2.0

" "Developer:
" "Bene, Heimer, Juergen, Nils, Ubbo

" -- cgit v1.2.3