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).