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

fix(ui): fix reversed mute/unmute hover text

This commit is contained in:
Anthony Bilinski 2019-11-16 02:58:35 -08:00
parent 3205c2c407
commit 0055c7760c
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -66,14 +66,14 @@ const QString VIDEO_TOOL_TIP[] = {
const QString VOL_TOOL_TIP[] = {
ChatFormHeader::tr("Sound can be disabled only during a call"),
ChatFormHeader::tr("Unmute call"),
ChatFormHeader::tr("Mute call"),
ChatFormHeader::tr("Unmute call"),
};
const QString MIC_TOOL_TIP[] = {
ChatFormHeader::tr("Microphone can be muted only during a call"),
ChatFormHeader::tr("Unmute microphone"),
ChatFormHeader::tr("Mute microphone"),
ChatFormHeader::tr("Unmute microphone"),
};
template <class T, class Fun>