mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
9a22185fd9
commit
be4d8a3f44
@ -171,7 +171,7 @@ def CATALOG_GROUP_ENTRY(item, category, request_context, updated):
|
||||
TITLE(item.text),
|
||||
ID(id_),
|
||||
UPDATED(updated),
|
||||
E.content(_('%d items')%item.count, type='text'),
|
||||
E.content(ngettext('one item', '{} items', item.count).format(item.count), type='text'),
|
||||
link
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user