diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2017-02-04 14:29:29 +0100 | 
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2017-02-04 14:29:29 +0100 | 
| commit | 858a5cadbb06c76653e5bd8e1ae6eaef16ecaeec (patch) | |
| tree | 4a92de975c575da754ed6c265a2216b326392bb6 /ishtar_common/models.py | |
| parent | d439e2a373b5373b87ce4c51e550bd126047cb8a (diff) | |
| download | Ishtar-858a5cadbb06c76653e5bd8e1ae6eaef16ecaeec.tar.bz2 Ishtar-858a5cadbb06c76653e5bd8e1ae6eaef16ecaeec.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)  | 
