Updated field title and description
authorThierry Florac <thierry.florac@onf.fr>
Tue, 06 Mar 2018 11:33:09 +0100
changeset 442 5dc8421cbcfc
parent 441 8833e5e698d3
child 443 326adf3362d8
Updated field title and description
src/pyams_content/shared/logo/interfaces/__init__.py
--- a/src/pyams_content/shared/logo/interfaces/__init__.py	Sun Mar 04 17:13:03 2018 +0100
+++ b/src/pyams_content/shared/logo/interfaces/__init__.py	Tue Mar 06 11:33:09 2018 +0100
@@ -63,8 +63,8 @@
                                         description=_("List of internal logos references"),
                                         content_type=LOGO_CONTENT_TYPE)
 
-    renderer = Choice(title=_("Gallery template"),
-                      description=_("Presentation template used for this gallery"),
+    renderer = Choice(title=_("Logos template"),
+                      description=_("Presentation template used for this paragraph"),
                       vocabulary=LOGOS_PARAGRAPH_RENDERERS,
                       default='default')