about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMartin Dosch <martin@mdosch.de>2022-10-22 16:09:39 +0200
committerMartin Dosch <martin@mdosch.de>2022-10-22 16:09:39 +0200
commita33d027f4923f89848ba7b857e86abd02f36163e (patch)
tree97aef9ea296be9706f1e85e0dfd4aab711cec158
parentdebc73c474af0f94792996bc5a427e5329e1e3d4 (diff)
downloadprofani-tty-a33d027f4923f89848ba7b857e86abd02f36163e.tar.gz
Improve MAM loading string.
Replaced three dots `...` by a proper ellipsis `…`.
Removed plenking (space between `messages` and ellipsis.
-rw-r--r--src/ui/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 0f5c079e..72c14ff1 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -57,7 +57,7 @@
 #include "xmpp/muc.h"
 
 #define PAD_SIZE        1000
-#define LOADING_MESSAGE "Loading older messages ..."
+#define LOADING_MESSAGE "Loading older messages…"
 
 void win_move_to_end(ProfWin* window);
 void win_show_status_string(ProfWin* window, const char* const from,