diff options
| author | 2024-11-24 20:25:17 +0100 | |
|---|---|---|
| committer | 2024-11-24 20:25:17 +0100 | |
| commit | 474a750e692370a3f0adbe71c15d6c7b927b7e4a (patch) | |
| tree | a316b4679f0e5524ff50276df85f9a3c971ee3b6 /html.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-474a750e692370a3f0adbe71c15d6c7b927b7e4a.tar.gz snac2-474a750e692370a3f0adbe71c15d6c7b927b7e4a.tar.xz snac2-474a750e692370a3f0adbe71c15d6c7b927b7e4a.zip | |
Changed help for the search box.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -770,7 +770,7 @@ static xs_html *html_user_body(snac *user, int read_only) | |||
| 770 | xs_html_sctag("input", | 770 | xs_html_sctag("input", |
| 771 | xs_html_attr("type", "text"), | 771 | xs_html_attr("type", "text"), |
| 772 | xs_html_attr("name", "q"), | 772 | xs_html_attr("name", "q"), |
| 773 | xs_html_attr("title", L("Search posts by content (regular expression) or #tag")), | 773 | xs_html_attr("title", L("Search posts by content (regular expression), @user@host accounts, or #tag")), |
| 774 | xs_html_attr("placeholder", L("Content search"))))); | 774 | xs_html_attr("placeholder", L("Content search"))))); |
| 775 | } | 775 | } |
| 776 | 776 | ||