diff -r 28903e620258 -r 7ca605677704 QTfrontend/about.cpp --- a/QTfrontend/about.cpp Mon Nov 13 17:43:56 2006 +0000 +++ b/QTfrontend/about.cpp Mon Nov 13 18:34:01 2006 +0000 @@ -33,10 +33,10 @@ lbl1->setOpenExternalLinks(true); lbl1->setText( - "

Hedgewars

" - "

Version 0.8

" - "

http://www.hedgewars.org/


" - "This program is distributed under the GNU General Public License" + "

Hedgewars

" + + QLabel::tr("

Version 0.8

") + + "

http://www.hedgewars.org/


" + + QLabel::tr("This program is distributed under the GNU General Public License") + "
" ); lbl1->setWordWrap(true); @@ -46,11 +46,12 @@ lbl2->setOpenExternalLinks(true); lbl2->setText( - "

Developers:

" + QLabel::tr("

Developers:

") + + "

" "Andrey Korotaev <unC0Rr@gmail.com>
" "Igor Ulyanov <iulyanov@gmail.com>" - "

" - "

Translations:

" + "

" + + QLabel::tr("

Translations:

") + "english: Andrey Korotaev <unC0Rr@gmail.com>
" "russian: Andrey Korotaev <unC0Rr@gmail.com>" );