mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-27 20:17:29 +00:00
use translated string
This commit is contained in:
parent
ebf4f5a829
commit
94ab8e9a21
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user