fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove picture models.
[wolnelektury.git]
/
src
/
catalogue
/
constants.py
diff --git
a/src/catalogue/constants.py
b/src/catalogue/constants.py
index
9d21d4e
..
f02bdd3
100644
(file)
--- 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'),
}