diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php index 77d2ff50a..23daad6dc 100644 --- a/search.php +++ b/search.php @@ -12,7 +12,7 @@ module_iterate("find_module"); $search .= "<FORM ACTION=\"search.php\" METHOD=\"POST\">\n"; $search .= " <INPUT SIZE=\"50\" VALUE=\"". check_textfield($keys) ."\" NAME=\"keys\" TYPE=\"text\">\n"; $search .= " <SELECT NAME=\"type\">$options</SELECT>\n"; -$search .= " <INPUT TYPE=\"submit\" VALUE=\"Search\">\n"; +$search .= " <INPUT TYPE=\"submit\" VALUE=\"". t("Search") ."\">\n"; $search .= "</FORM>\n"; $output = search_data($keys, $type); |