diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index 44ffc4b81..8e5138a4a 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -887,7 +887,7 @@ void ChatForm::setFriendTyping(bool isTyping) Text* text = dynamic_cast(chatWidget->getTypingNotification()->getContent(1)); if(text) - text->setText("
" + tr("%1 is typing...").arg(f->getDisplayedName()) + "
"); + text->setText("
" + QString("%1 ...").arg(f->getDisplayedName()) + "
"); } void ChatForm::clearReciepts()