QTfrontend/ui/page/pagemain.cpp
branch0.9.19
changeset 9123 19c57656460f
parent 9080 9b42757d7e71
child 9126 63bf1f4f40f8
child 9127 e350500c4edb
child 9212 1d4e1469940b
--- 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
 
 }