Remove picture models.
[wolnelektury.git] / src / catalogue / constants.py
index 9d21d4e..f02bdd3 100644 (file)
@@ -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'),
 }