mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Rewritten text 'More...' as 'Load more...'.
This commit is contained in:
parent
0e9f240f06
commit
75fbc38db3
1 changed files with 1 additions and 1 deletions
2
html.c
2
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(
|
xs *s1 = xs_fmt(
|
||||||
"<p>"
|
"<p>"
|
||||||
"<a href=\"%s%s?skip=%d&show=%d\" name=\"snac-more\">%s</a>"
|
"<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);
|
s = xs_str_cat(s, s1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue