1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Merge pull request #1773 from mdosch/mam-loading-string-improvement

Improve MAM loading string.
This commit is contained in:
Michael Vetter 2022-10-22 16:55:00 +02:00 committed by GitHub
commit aa9b96e25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
#include "xmpp/muc.h" #include "xmpp/muc.h"
#define PAD_SIZE 1000 #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_move_to_end(ProfWin* window);
void win_show_status_string(ProfWin* window, const char* const from, void win_show_status_string(ProfWin* window, const char* const from,