# HG changeset patch # User Thierry Florac # Date 1520332389 -3600 # Node ID 5dc8421cbcfcbf384f58db297f6bc17a8f522b3c # Parent 8833e5e698d311b3cd541baa3dc15a3b7d237eab Updated field title and description diff -r 8833e5e698d3 -r 5dc8421cbcfc 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')