diff -r 18ebb59c89fe -r c542f6e3a133 QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Tue Jun 04 23:58:42 2013 +0400 +++ b/QTfrontend/ui/page/pagemain.cpp Tue Jun 04 22:08:17 2013 +0200 @@ -136,7 +136,7 @@ #ifdef DEBUG setDefaultDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!")); #else - setDefaultDescription(QLabel::tr("Tip: ") + randomTip()); + setDefaultDescription(QLabel::tr("Tip: %1").arg(randomTip())); #endif }