QTfrontend/ui/page/pageeditteam.cpp
changeset 12123 4027903ff3e7
parent 11809 f412d539284e
child 12242 09010333c947
--- a/QTfrontend/ui/page/pageeditteam.cpp	Wed Jan 25 00:17:32 2017 +0300
+++ b/QTfrontend/ui/page/pageeditteam.cpp	Mon Jan 30 11:35:09 2017 -0500
@@ -147,7 +147,7 @@
 
     hbox->addWidget(CBVoicepack, 100);
     btnTestSound = addSoundlessButton(":/res/PlaySound.png", hbox, 1, true);
-    btnTestSound->setWhatsThis("Play a random example of this voice");
+    btnTestSound->setWhatsThis(tr("Play a random example of this voice"));
     hbox->setStretchFactor(btnTestSound, 1);
 
     GBTLayout->addLayout(hbox, 4, 1);