src/pyams_content/component/gallery/paragraph.py
changeset 363 86d1a240d4dc
parent 356 9922023810d3
child 407 0ef5de2d5674
--- a/src/pyams_content/component/gallery/paragraph.py	Wed Feb 07 09:22:03 2018 +0100
+++ b/src/pyams_content/component/gallery/paragraph.py	Wed Feb 07 11:21:14 2018 +0100
@@ -37,14 +37,14 @@
     """Gallery class"""
 
     icon_class = 'fa-picture-o'
-    icon_hint = _("Images gallery")
+    icon_hint = _("Medias gallery")
 
 
 @utility_config(name='Gallery', provides=IParagraphFactory)
 class GalleryFactory(BaseParagraphFactory):
     """Gallery paragraph factory"""
 
-    name = _("Images gallery")
+    name = _("Medias gallery")
     content_type = Gallery