From c279fc8f6ac14283400e8175a2faed6270739413 Mon Sep 17 00:00:00 2001 From: grunfink Date: Tue, 2 Jun 2026 09:43:19 +0200 Subject: Minor rewording. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index aaf0346..80b7546 100644 --- a/html.c +++ b/html.c @@ -1852,7 +1852,7 @@ xs_html *html_top_controls(snac *user) xs_html_attr("placeholder", L("en fr es de_AT")))), xs_html_tag("p", - xs_html_text(L("Exclude posts written in these languages:")), + xs_html_text(L("Don't show posts written in these languages:")), xs_html_sctag("br", NULL), xs_html_sctag("input", xs_html_attr("type", "text"), -- cgit