X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bb4b49616832fb5bd8b92395dcb151b19373c0e..ce097db0af8c96297501b569ec49477b76c1ceec:/src/catalogue/constants.py diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index 9d21d4e88..f02bdd3b0 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -67,7 +67,6 @@ CATEGORIES_NAME_PLURAL = { 'genre': _('gatunki'), 'theme': _('motywy'), 'set': _('półki'), - 'thing': _('obiekty'), } WHOLE_CATEGORY = { @@ -77,5 +76,4 @@ WHOLE_CATEGORY = { 'genre': _('Wszystkie gatunki'), 'theme': _('Wszystkie motywy'), 'set': _('Wszystkie półki'), - 'thing': _('Wszystkie obiekty'), }