1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Improve MAM loading string.

Replaced three dots `...` by a proper ellipsis `…`.
Removed plenking (space between `messages` and ellipsis.
This commit is contained in:
Martin Dosch 2022-10-22 16:09:39 +02:00
parent debc73c474
commit a33d027f49

View File

@ -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,