QTfrontend/ui/page/pagemain.cpp
branchflibqtfrontend
changeset 8208 171da01bd04d
parent 8176 556e7027e9e1
child 8277 cd2bae15a9a3
equal deleted inserted replaced
8141:6482875b0d97 8208:171da01bd04d
   113     {
   113     {
   114         setDefautDescription(QLabel::tr("Tip: ") + randomTip());
   114         setDefautDescription(QLabel::tr("Tip: ") + randomTip());
   115     }
   115     }
   116     else
   116     else
   117     {
   117     {
   118         setDefautDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
   118         setDefautDescription(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!"));
   119     }
   119     }
   120 
   120 
   121 }
   121 }
   122 
   122 
   123 QString PageMain::randomTip() const
   123 QString PageMain::randomTip() const