Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(ui): fix reversed mute/unmute hover text
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybilinski committed Nov 18, 2019
1 parent 3205c2c commit 0055c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widget/chatformheader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0055c77

Please sign in to comment.