diff -r d9e20a99ce01 -r 43f42d74cdb8 src/pyams_content/component/illustration/zmi/paragraph.py --- a/src/pyams_content/component/illustration/zmi/paragraph.py Fri Mar 02 11:20:47 2018 +0100 +++ b/src/pyams_content/component/illustration/zmi/paragraph.py Fri Mar 02 11:21:09 2018 +0100 @@ -54,7 +54,7 @@ class IllustrationAddMenu(BaseParagraphAddMenu): """Illustration add menu""" - label = _("Add illustration...") + label = _("Illustration...") label_css_class = 'fa fa-fw fa-file-image-o' url = 'add-illustration.html' paragraph_type = ILLUSTRATION_PARAGRAPH_TYPE