post search: i18n one more string
This commit is contained in:
parent
17952d173c
commit
6c05d73f28
|
@ -162,6 +162,6 @@
|
||||||
|
|
||||||
echo Element('page.html', Array(
|
echo Element('page.html', Array(
|
||||||
'config'=>$config,
|
'config'=>$config,
|
||||||
'title'=>'Search',
|
'title'=>_('Search'),
|
||||||
'body'=>'' . $body
|
'body'=>'' . $body
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue