diff -r ffe6e1344ebd -r f412d539284e QTfrontend/ui/page/pageeditteam.cpp --- 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);