The string "Search users" is not shown via t() mechanism. I have for now replace the line 84:
$output .= form_textfield("Search users", "name", $edit["name"] ...
with
$output .= form_textfield(t("Search in")." ".t("users"), "name", $edit["name"] ...
which might work for some webmasters and even in translations (though plural is a problem). But more general solutions would be better.
Comments
Comment #1
deekayen commentedHEAD and DRUPAL-4-6 have t("Search users") now.