Update description of the "training" menu to be more accurate
authorWuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 19:03:57 +0100
changeset 14385 50c3186f05ab
parent 14384 bedbd983653b
child 14386 35af3d1ccdfc
Update description of the "training" menu to be more accurate
QTfrontend/ui/page/pagesingleplayer.cpp
--- a/QTfrontend/ui/page/pagesingleplayer.cpp	Sat Dec 08 18:18:15 2018 +0100
+++ b/QTfrontend/ui/page/pagesingleplayer.cpp	Sat Dec 08 19:03:57 2018 +0100
@@ -48,7 +48,7 @@
     BtnCampaignPage->setVisible(true);
 
     BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 1, true);
-    BtnTrainPage->setWhatsThis(tr("Practice your skills in a range of training missions"));
+    BtnTrainPage->setWhatsThis(tr("Singleplayer missions: Learn how to play in the training, practice your skills in challenges or try to complete goals in scenarios."));
 
     return vLayout;
 }