# HG changeset patch # User koda # Date 1370375941 -7200 # Node ID 19c57656460fce0c14966d00da948a813b5de2f5 # Parent 8f5f389184b5f78595fb82d95d3fe13e89fa2430 trying to appease almighty unC0Rr diff -r 8f5f389184b5 -r 19c57656460f QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Tue Jun 04 21:58:15 2013 +0200 +++ b/QTfrontend/ui/page/pagemain.cpp Tue Jun 04 21:59:01 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 }