QTfrontend/ui/page/pagemain.cpp
changeset 8176 556e7027e9e1
parent 8048 e14daa2508fc
child 8277 cd2bae15a9a3
equal deleted inserted replaced
8175:2c233349df21 8176:556e7027e9e1
   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