diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index b5c6e75dc..cacbfbaba 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -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")));