diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-10-22 16:55:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 16:55:00 +0200 |
commit | aa9b96e25cf19c8e5dab3167e8e575916106297b (patch) | |
tree | 97aef9ea296be9706f1e85e0dfd4aab711cec158 | |
parent | debc73c474af0f94792996bc5a427e5329e1e3d4 (diff) | |
parent | a33d027f4923f89848ba7b857e86abd02f36163e (diff) | |
download | profani-tty-aa9b96e25cf19c8e5dab3167e8e575916106297b.tar.gz |
Merge pull request #1773 from mdosch/mam-loading-string-improvement
Improve MAM loading string.
-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, |