]> git.parisson.com Git - telemeta.git/commitdiff
Change moda_execut verbose name (fix #161)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 1 Aug 2018 08:47:08 +0000 (10:47 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 1 Aug 2018 08:47:57 +0000 (10:47 +0200)
telemeta/models/item.py

index 41c96e48561a60a52b2ca96ec2e6152a24ded819..0000f38532111350c4a5c5ebef2e395a654f80ae 100644 (file)
@@ -68,7 +68,7 @@ class MediaItem(MediaResource):
     context_comment       = TextField(_('Ethnographic context'))
 
     # Musical informations
-    moda_execut           = CharField(_('implementing rules'))
+    moda_execut           = CharField(_('perfomance modality'))
     vernacular_style      = ForeignKey('VernacularStyle', related_name="items", verbose_name=_('vernacular style'), blank=True, null=True, on_delete=models.SET_NULL)
     generic_style         = ForeignKey('GenericStyle', related_name="items", verbose_name=_('generic style'), blank=True, null=True, on_delete=models.SET_NULL)
     author                = CharField(_('author / compositor'), help_text=_('First name, Last name ; First name, Last name'))