summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-08-28 07:59:33 +0200
committerdefault <nobody@localhost>2023-08-28 07:59:33 +0200
commit29896e2ac6458fc60657adbacf2adb15f31035df (patch)
treeb55395bd9c14a6ee9be642023f64a8fe231f3688 /html.c
parent0ee61d53d4dfd54ba9f453806a90723cdbbf69b8 (diff)
Renamed label 'Older entries...' back to 'More...'.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 2bee608..d29bb04 100644
--- a/html.c
+++ b/html.c
@@ -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);