1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

mic tooltip clarification

This commit is contained in:
Yavor Stefanov 2014-11-15 19:35:36 +02:00
parent bf4ed63eac
commit bee6c95650

View File

@ -77,7 +77,7 @@ GenericChatForm::GenericChatForm(QWidget *parent) :
volButton->setToolTip(tr("Toggle speakers volume"));
micButton = new QPushButton();
micButton->setFixedSize(25,20);
micButton->setToolTip(tr("Toggle microphone"));
micButton->setToolTip(tr("Toggle microphone: RED is OFF"));
footButtonsSmall->setSpacing(2);