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:
parent
3205c2c407
commit
0055c7760c
|
@ -66,14 +66,14 @@ const QString VIDEO_TOOL_TIP[] = {
|
||||||
|
|
||||||
const QString VOL_TOOL_TIP[] = {
|
const QString VOL_TOOL_TIP[] = {
|
||||||
ChatFormHeader::tr("Sound can be disabled only during a call"),
|
ChatFormHeader::tr("Sound can be disabled only during a call"),
|
||||||
ChatFormHeader::tr("Unmute call"),
|
|
||||||
ChatFormHeader::tr("Mute call"),
|
ChatFormHeader::tr("Mute call"),
|
||||||
|
ChatFormHeader::tr("Unmute call"),
|
||||||
};
|
};
|
||||||
|
|
||||||
const QString MIC_TOOL_TIP[] = {
|
const QString MIC_TOOL_TIP[] = {
|
||||||
ChatFormHeader::tr("Microphone can be muted only during a call"),
|
ChatFormHeader::tr("Microphone can be muted only during a call"),
|
||||||
ChatFormHeader::tr("Unmute microphone"),
|
|
||||||
ChatFormHeader::tr("Mute microphone"),
|
ChatFormHeader::tr("Mute microphone"),
|
||||||
|
ChatFormHeader::tr("Unmute microphone"),
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class T, class Fun>
|
template <class T, class Fun>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user