# 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 @@
             "<div align=\"center\"><h1>Hedgewars</h1>"
             "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>"
             "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
-            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") +
             "</div>"
             );
     lbl1->setWordWrap(true);