diff --git a/base.php b/base.php index 0b4fd1a..8b56dc5 100644 --- a/base.php +++ b/base.php @@ -376,7 +376,7 @@ class Page $i = 0; foreach ($config['calibre_directory'] as $key => $value) { $nBooks = Book::getBookCount ($i); - array_push ($this->entryArray, new Entry ($key . " " . $i, "{$i}:cops:catalog", + array_push ($this->entryArray, new Entry ($key, "{$i}:cops:catalog", str_format (localize ("bookword", $nBooks), $nBooks), "text", array ( new LinkNavigation ("?" . DB . "={$i}")))); $i++;