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

Commit

Permalink
fix: changed incorrect videocall button offline tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
noavarice committed Feb 25, 2017
1 parent 2248deb commit 0effac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/form/chatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ void ChatForm::updateCallButtons()

videoButton->setObjectName(online ? "green" : "");
videoButton->setToolTip(online ? tr("Start video call") :
tr("Can't start audio call"));
tr("Can't start video call"));
}

callButton->setStyleSheet(Style::getStylesheet(QStringLiteral(":/ui/callButton/callButton.css")));
Expand Down

0 comments on commit 0effac2

Please sign in to comment.