From 2a514d0969f5c25d5e2d14421125a47df6b14974 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 17 Nov 2017 16:06:54 +0100 Subject: Fix unit tests using async + read message marker --- main/src/ui/conversation_summary/chat_state_populator.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui/conversation_summary') diff --git a/main/src/ui/conversation_summary/chat_state_populator.vala b/main/src/ui/conversation_summary/chat_state_populator.vala index 6f397249..bb9597e6 100644 --- a/main/src/ui/conversation_summary/chat_state_populator.vala +++ b/main/src/ui/conversation_summary/chat_state_populator.vala @@ -54,7 +54,7 @@ class ChatStatePopulator : Plugins.ConversationItemPopulator, Object { if (state_ != null) { if (state_ == Xep.ChatStateNotifications.STATE_COMPOSING || state_ == Xep.ChatStateNotifications.STATE_PAUSED) { if (state_ == Xep.ChatStateNotifications.STATE_COMPOSING) { - new_text = _("is typing..."); + new_text = _("is typing…"); } else if (state_ == Xep.ChatStateNotifications.STATE_PAUSED) { new_text = _("has stopped typing"); } -- cgit v1.2.3-54-g00ecf