From 18552e824a0abb2daa7f3dd292af6cf02c04bcfd Mon Sep 17 00:00:00 2001 From: Markus Jochim Date: Fri, 19 Sep 2014 15:13:05 +0200 Subject: [PATCH] =?UTF-8?q?Added=20css=20class=20and=20i18n=20to=20no=20?= =?UTF-8?q?=E2=80=9Cresult=E2=80=9D=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index edde7f3..fa8bd63 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2718,7 +2718,7 @@ class NotFoundDisplay { function setTitle($title) { $this->title = $title; return $this; } function getTitle() { return @$this->title ; } function display() { - echo 'no result found, sorry.'; + echo ''.__('No results').''; } } /** displays the publication records sorted by publication types (as configured by constant BIBLIOGRAPHYSECTIONS).