فهرست منبع

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

default 3 سال پیش
والد
کامیت
75fbc38db3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      html.c

+ 1 - 1
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);
     }