Add missing translation for search result. Based on a patch by Tobias. re #37
This commit is contained in:
parent
cce56e91ca
commit
0682c568b4
4 changed files with 4 additions and 1 deletions
2
base.php
2
base.php
|
@ -574,7 +574,7 @@ class PageQueryResult extends Page
|
|||
{
|
||||
public function InitializeContent ()
|
||||
{
|
||||
$this->title = "Search result for query *" . $this->query . "*"; // TODO I18N
|
||||
$this->title = str_format (localize ("search.result"), $this->query);
|
||||
$currentPage = getURLParam ("current", NULL);
|
||||
switch ($currentPage) {
|
||||
case Base::PAGE_ALL_AUTHORS :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue