QTfrontend/ui/widget/about.cpp
changeset 6067 fe7990b3db66
parent 6060 fdfc01419815
child 6175 a80833ddaef0
--- 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);