diff options
author | default <nobody@localhost> | 2023-08-28 07:59:33 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-28 07:59:33 +0200 |
commit | 29896e2ac6458fc60657adbacf2adb15f31035df (patch) | |
tree | b55395bd9c14a6ee9be642023f64a8fe231f3688 /html.c | |
parent | 0ee61d53d4dfd54ba9f453806a90723cdbbf69b8 (diff) |
Renamed label 'Older entries...' back to 'More...'.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1548,7 +1548,7 @@ xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int "<a href=\"%s%s?skip=%d&show=%d\" name=\"snac-more\">%s</a>" "</p>\n", base_url, local ? "" : "/admin", L("Back to top"), - base_url, local ? "" : "/admin", skip + show, show, L("Older entries...") + base_url, local ? "" : "/admin", skip + show, show, L("More...") ); s = xs_str_cat(s, s1); |