diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-04 14:29:29 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-04 14:29:29 +0100 |
commit | b22c070cd149ebd0faa1b3ad8735f44434ea2310 (patch) | |
tree | 4a92de975c575da754ed6c265a2216b326392bb6 /ishtar_common/models.py | |
parent | ba894cfb669ef0d0d22fd3efb432d639e63b4286 (diff) | |
download | Ishtar-b22c070cd149ebd0faa1b3ad8735f44434ea2310.tar.bz2 Ishtar-b22c070cd149ebd0faa1b3ad8735f44434ea2310.zip |
Update labels
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 5bad7a63c..15c8fe5da 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2850,8 +2850,8 @@ post_delete.connect(post_save_cache, sender=SupportType) class Format(GeneralType): class Meta: - verbose_name = _(u"Format") - verbose_name_plural = _(u"Formats") + verbose_name = _(u"Format type") + verbose_name_plural = _(u"Format types") ordering = ['label'] post_save.connect(post_save_cache, sender=Format) post_delete.connect(post_save_cache, sender=Format) |