diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 769be8aeb..d63f3a70d 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -1025,7 +1025,7 @@ $(document).ready(function() { 'type'=>'search', 'name'=>'query', 'value'=>htmlspecialchars($this->query), - 'placeholder'=>'Search in title, comments, keywords, content', + 'placeholder'=>getMLText('search_query_placeholder'), ) ); $this->formField(getMLText("under_folder"), $this->getFolderChooserHtml("form3", M_READ, -1, $startfolder, 'folderfullsearchid'));