diff -r cc2d2f910d5a -r 4027903ff3e7 QTfrontend/ui/page/pageeditteam.cpp --- 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);