diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/search.php b/search.php index 323d1b3e2..77d2ff50a 100644 --- a/search.php +++ b/search.php @@ -18,8 +18,8 @@ $search .= "</FORM>\n"; $output = search_data($keys, $type); $theme->header(); -$theme->box("Search", $search); -$theme->box("Result", $output); +$theme->box(t("Search"), $search); +$theme->box(t("Result"), $output); $theme->footer(); ?>
\ No newline at end of file |