--- a/src/pyams_content/component/paragraph/zmi/pictogram.py Wed Jun 27 16:20:47 2018 +0200
+++ b/src/pyams_content/component/paragraph/zmi/pictogram.py Wed Jun 27 16:23:12 2018 +0200
@@ -272,7 +272,7 @@
value = super(PictogramsTableBodyColumn, self).getValue(obj)
if not value:
return BaseParagraph.empty_title
- return get_text_start(value, 40, 10)
+ return get_text_start(value, 80, 10)
@adapter_config(name='trash', context=(IPictogramContainerTarget, IPyAMSLayer, PictogramsTable), provides=IColumn)
Binary file src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo has changed
--- a/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Wed Jun 27 16:20:47 2018 +0200
+++ b/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Wed Jun 27 16:23:12 2018 +0200
@@ -1094,7 +1094,7 @@
"Alternate pictogram label; if not specified, the pictogram header will be "
"used"
msgstr ""
-"EN-tête de substitution utilisé par le pictogramme; si rien n'est spécifié, "
+"En-tête de substitution utilisé par le pictogramme; si rien n'est spécifié, "
"l'en-tête du pictogramme sélectionné sera utilisé."
#: src/pyams_content/component/paragraph/interfaces/pictogram.py:59