diff options
author | Martin Dosch <martin@mdosch.de> | 2022-10-22 16:09:39 +0200 |
---|---|---|
committer | Martin Dosch <martin@mdosch.de> | 2022-10-22 16:09:39 +0200 |
commit | a33d027f4923f89848ba7b857e86abd02f36163e (patch) | |
tree | 97aef9ea296be9706f1e85e0dfd4aab711cec158 /src/ui | |
parent | debc73c474af0f94792996bc5a427e5329e1e3d4 (diff) | |
download | profani-tty-a33d027f4923f89848ba7b857e86abd02f36163e.tar.gz |
Improve MAM loading string.
Replaced three dots `...` by a proper ellipsis `…`. Removed plenking (space between `messages` and ellipsis.
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/window.h | 2 |
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, |