snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 75fbc38db3500c822535fefd78b8bf0aa6f328a5
parent 0e9f240f06542316a255ab39547738d1bcd46e63
Author: default <nobody@localhost>
Date:   Wed, 15 Feb 2023 09:35:44 +0100

Rewritten text 'More...' as 'Load more...'.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -963,7 +963,7 @@ d_char *html_timeline(snac *snac, char *list, int local, int skip, int show, int xs *s1 = xs_fmt( "<p>" "<a href=\"%s%s?skip=%d&show=%d\" name=\"snac-more\">%s</a>" - "</p>\n", snac->actor, local ? "" : "/admin", skip + show, show, L("More...")); + "</p>\n", snac->actor, local ? "" : "/admin", skip + show, show, L("Load more...")); s = xs_str_cat(s, s1); }