diff options
author | default <nobody@localhost> | 2023-02-15 09:35:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-15 09:35:44 +0100 |
commit | 75fbc38db3500c822535fefd78b8bf0aa6f328a5 (patch) | |
tree | f2c543ddae5d9e0268fea612bb96c125b8023336 | |
parent | 0e9f240f06542316a255ab39547738d1bcd46e63 (diff) |
Rewritten text 'More...' as 'Load more...'.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |