# HG changeset patch # User koda # Date 1317373248 -7200 # Node ID fe7990b3db665fa9e006a99918520b668c9d5764 # Parent b624c30dbbb9aadb8e98c7eeaf7193b8733143b5 translators missed me diff -r b624c30dbbb9 -r fe7990b3db66 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Fri Sep 30 10:54:10 2011 +0200 +++ b/QTfrontend/ui/widget/about.cpp Fri Sep 30 11:00:48 2011 +0200 @@ -48,7 +48,7 @@ "

Hedgewars

" "

" + QLabel::tr("Version") + " " + *cVersionString + "

" "

http://www.hedgewars.org/


" + - QLabel::tr("This program is distributed under the GNU General Public License") + + QLabel::tr("This program is distributed under the GNU General Public License v2") + "
" ); lbl1->setWordWrap(true);