From 783caf932c66e685c5053bef28fbf9c1baae3bc6 Mon Sep 17 00:00:00 2001 From: krepa098 Date: Sat, 31 Jan 2015 19:22:45 +0100 Subject: [PATCH] revert to "[user] is typing" --- src/widget/form/chatform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index 805bf5c8a..cd13bc427 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("
" + QString("%1 ...").arg(f->getDisplayedName()) + "
"); + text->setText("
" + QString("%1 is typing").arg(f->getDisplayedName()) + "
"); } void ChatForm::clearReciepts()