Updated gallery media interface
authorThierry Florac <thierry.florac@onf.fr>
Thu, 29 Nov 2018 10:40:41 +0100
changeset 1139 b99e7d0757cd
parent 1138 6de2ab88b4fe
child 1140 1df391914ba5
Updated gallery media interface
src/pyams_content/component/gallery/interfaces.py
--- a/src/pyams_content/component/gallery/interfaces.py	Wed Nov 28 17:54:22 2018 +0100
+++ b/src/pyams_content/component/gallery/interfaces.py	Thu Nov 29 10:40:41 2018 +0100
@@ -50,7 +50,8 @@
                                   description=_("Alternate title used to describe media content"),
                                   required=False)
 
-    description = I18nTextField(title=_("Description"),
+    description = I18nTextField(title=_("Associated text"),
+                                description=_("Media description displayed in front-office templates"),
                                 required=False)
 
     author = TextLine(title=_("Author"),