about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
diff options
context:
space:
mode:
authorMartin Dosch <martin@mdosch.de>2023-04-09 12:19:18 +0200
committerMartin Dosch <martin@mdosch.de>2023-04-09 12:19:18 +0200
commite1ffc64a653033cc3f6c1e4d412a24985c8c45a0 (patch)
tree14981e6daaff41e57560c957f51984c9f5d2500b /src/xmpp/iq.c
parentac581c29bfa7c31fbfb6fe8019d257d3883b33bb (diff)
downloadprofani-tty-e1ffc64a653033cc3f6c1e4d412a24985c8c45a0.tar.gz
User proper ellipsis char
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 "…".
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 9fe6b061..b7beafaf 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -2596,7 +2596,7 @@ static int
 _mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
 {
     ProfChatWin* chatwin = (ProfChatWin*)userdata;
-    // Remove the "Loading messages ..." message
+    // Remove the "Loading messages …" message
     buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
     chatwin_db_history(chatwin, NULL, NULL, TRUE);
     return 0;