Add missing translation for search result. Based on a patch by Tobias. re #37
Esse commit está contido em:
pai
cce56e91ca
commit
0682c568b4
4 arquivos alterados com 4 adições e 1 exclusões
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 :
|
||||
|
|
Carregando…
Adicionar tabela
Adicionar um link
Referência em uma nova issue