QTfrontend/pages.cpp
changeset 3510 23145a950eae
parent 3498 1c74e277069c
child 3677 7d917b587547
equal deleted inserted replaced
3508:a7ca07614a2d 3510:23145a950eae
   120     Tips << tr("Hedgewars can be perfect for short games during breaks. Just ensure you don't add too many hedgehogs or use an huge map. Reducing time and health might help as well.", "Tips");
   120     Tips << tr("Hedgewars can be perfect for short games during breaks. Just ensure you don't add too many hedgehogs or use an huge map. Reducing time and health might help as well.", "Tips");
   121     Tips << tr("No hedgehogs were harmed in making this game.", "Tips");
   121     Tips << tr("No hedgehogs were harmed in making this game.", "Tips");
   122     
   122     
   123 
   123 
   124     if(isDevBuild)
   124     if(isDevBuild)
   125         mainNote->setText(QLabel::tr("This SVN 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!"));
   125         mainNote->setText(QLabel::tr("This HG 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!"));
   126     else
   126     else
   127         mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
   127         mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
   128 
   128 
   129     pageLayout->addWidget(mainNote, 4, 1, 1, 2);
   129     pageLayout->addWidget(mainNote, 4, 1, 1, 2);
   130 
   130