diff -r 8495c16a3f94 -r f523e5e84772 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Mon Mar 04 23:33:33 2013 +0100 +++ b/QTfrontend/ui/widget/about.cpp Tue Mar 05 09:11:28 2013 +0100 @@ -70,8 +70,8 @@ "

Hedgewars " + *cVersionString + "

" "

" + QLabel::tr("Revision") + " " + *cRevisionString + " (" + *cHashString + ")

" "

http://www.hedgewars.org/

" + - QLabel::tr("This program is distributed under the GNU %1").arg("GPL version 2") + + QLabel::tr("This program is distributed under the %1").arg("GNU GPL v2") + "
" ); lbl1->setWordWrap(true);