1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

revert to "[user] is typing"

This commit is contained in:
krepa098 2015-01-31 19:22:45 +01:00
parent f15b9da1e1
commit 783caf932c

View File

@ -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>" + QString("%1 ...").arg(f->getDisplayedName()) + "</div>");
text->setText("<div class=typing>" + QString("%1 is typing").arg(f->getDisplayedName()) + "</div>");
}
void ChatForm::clearReciepts()