mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
"%user is typing..." -> "%user ..."
This commit is contained in:
parent
b4f53944cc
commit
882d19d311
|
@ -887,7 +887,7 @@ void ChatForm::setFriendTyping(bool isTyping)
|
|||
Text* text = dynamic_cast<Text*>(chatWidget->getTypingNotification()->getContent(1));
|
||||
|
||||
if(text)
|
||||
text->setText("<div class=typing>" + tr("%1 is typing...").arg(f->getDisplayedName()) + "</div>");
|
||||
text->setText("<div class=typing>" + QString("%1 ...").arg(f->getDisplayedName()) + "</div>");
|
||||
}
|
||||
|
||||
void ChatForm::clearReciepts()
|
||||
|
|
Loading…
Reference in New Issue
Block a user