X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/413a1d782784e0ae9637349a576c4fc03789d384..46dea89395af73352b46b178e64e69fa13d640c2:/catalogue/models.py diff --git a/catalogue/models.py b/catalogue/models.py index 1b5a32ff9..0da75e0bd 100644 --- a/catalogue/models.py +++ b/catalogue/models.py @@ -178,5 +178,5 @@ class Fragment(models.Model): class Meta: ordering = ('book', 'anchor',) verbose_name = _('fragment') - verbose_name_plural = _('fragment') + verbose_name_plural = _('fragments')