use translated string

This commit is contained in:
Uwe Steinmann 2023-04-23 19:14:15 +02:00
parent ebf4f5a829
commit 94ab8e9a21

View File

@ -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'));