aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-11-24 20:25:17 +0100
committerdefault <nobody@localhost>2024-11-24 20:25:17 +0100
commit474a750e692370a3f0adbe71c15d6c7b927b7e4a (patch)
treea316b4679f0e5524ff50276df85f9a3c971ee3b6
parent6e32dd16d8e1801a7ba8149f5654dfcbb893c9fa (diff)
Changed help for the search box.
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 5774894..b65a170 100644
--- a/html.c
+++ b/html.c
@@ -770,7 +770,7 @@ static xs_html *html_user_body(snac *user, int read_only)
xs_html_sctag("input",
xs_html_attr("type", "text"),
xs_html_attr("name", "q"),
- xs_html_attr("title", L("Search posts by content (regular expression) or #tag")),
+ xs_html_attr("title", L("Search posts by content (regular expression), @user@host accounts, or #tag")),
xs_html_attr("placeholder", L("Content search")))));
}