src/pyams_content/component/illustration/interfaces/__init__.py
changeset 363 86d1a240d4dc
parent 352 a84cf36e9d1b
child 393 23596d06c24a
--- a/src/pyams_content/component/illustration/interfaces/__init__.py	Wed Feb 07 09:22:03 2018 +0100
+++ b/src/pyams_content/component/illustration/interfaces/__init__.py	Wed Feb 07 11:21:14 2018 +0100
@@ -92,7 +92,8 @@
                         description=_("Name under which the file will be saved"),
                         required=False)
 
-    renderer = Choice(title=_("Image style"),
+    renderer = Choice(title=_("Illustration template"),
+                      description=_("Presentation template used for illustration"),
                       vocabulary='PyAMS illustration renderers')
 
     language = Choice(title=_("Language"),