diff -r f7c194533d45 -r 82c649dfc7c3 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Thu Feb 28 23:14:11 2013 +0100 +++ b/QTfrontend/ui/widget/about.cpp Fri Mar 01 00:06:05 2013 +0100 @@ -67,8 +67,8 @@ "a { color: #ffcc00; }" // "a:hover { color: yellow; }" "" - "

Hedgewars

" - "

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

" + "

Hedgewars " + *cVersionString + "

" + "

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

" "

http://www.hedgewars.org/

" + QLabel::tr("This program is distributed under the GNU General Public License v2") + "
"