X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bb4b49616832fb5bd8b92395dcb151b19373c0e..605af0880e55eebe3b5db50c97712c9e17448579:/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'),
 }