Explorar el Código

Updated tip for the search box.

default hace 1 año
padre
commit
99be968f01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -790,7 +790,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), @user@host accounts, or #tag")),
+                        xs_html_attr("title", L("Search posts by URL or content (regular expression), @user@host accounts, or #tag")),
                         xs_html_attr("placeholder", L("Content search")))));
     }