QTfrontend/ui/page/pageeditteam.cpp
changeset 11809 f412d539284e
parent 11808 ffe6e1344ebd
child 12123 4027903ff3e7
--- a/QTfrontend/ui/page/pageeditteam.cpp	Wed May 04 18:14:25 2016 +0200
+++ b/QTfrontend/ui/page/pageeditteam.cpp	Wed May 04 19:42:20 2016 +0200
@@ -147,6 +147,7 @@
 
     hbox->addWidget(CBVoicepack, 100);
     btnTestSound = addSoundlessButton(":/res/PlaySound.png", hbox, 1, true);
+    btnTestSound->setWhatsThis("Play a random example of this voice");
     hbox->setStretchFactor(btnTestSound, 1);
 
     GBTLayout->addLayout(hbox, 4, 1);