Browse Source

fix: changed incorrect videocall button offline tooltip

pull/4203/head
noavarice 9 years ago
parent
commit
0effac2bdd
  1. 2
      src/widget/form/chatform.cpp

2
src/widget/form/chatform.cpp

@ -525,7 +525,7 @@ void ChatForm::updateCallButtons() @@ -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")));

Loading…
Cancel
Save