From e1ffc64a653033cc3f6c1e4d412a24985c8c45a0 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sun, 9 Apr 2023 12:19:18 +0200 Subject: User proper ellipsis char MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As stated in https://github.com/profanity-im/profanity/pull/1820#issuecomment-1498083383 profanity uses "..." (three dots) in a lot of places instead the proper ellipsis char "…". --- src/ui/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/console.c') diff --git a/src/ui/console.c b/src/ui/console.c index 948de003..72aad7b6 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -293,7 +293,7 @@ cons_show_typing(const char* const barejid) display_usr = barejid; } - win_println(console, THEME_TYPING, "-", "!! %s is typing a message...", display_usr); + win_println(console, THEME_TYPING, "-", "!! %s is typing a message…", display_usr); cons_alert(NULL); } -- cgit 1.4.1-2-gfad0