diff -r 46a9fde631f4 -r 75db7bb8dce8 QTfrontend/ui/widget/teamselhelper.cpp --- a/QTfrontend/ui/widget/teamselhelper.cpp Wed Jan 02 11:11:49 2013 +0100 +++ b/QTfrontend/ui/widget/teamselhelper.cpp Sun Jan 27 00:28:57 2013 +0100 @@ -55,7 +55,7 @@ butt = new QPushButton(difficultyIcon, team.name().replace("&","&&"), this); butt->setFlat(true); - butt->setToolTip(team.owner()); + butt->setWhatsThis(tr("%1's team").arg(team.owner())); mainLayout.addWidget(butt); butt->setStyleSheet("QPushButton{" "icon-size: 48px;"