src/pyams_default_theme/component/association/interfaces.py
changeset 534 7d485d40eec3
parent 382 f0c399c2d649
--- a/src/pyams_default_theme/component/association/interfaces.py	Fri Nov 13 13:31:59 2020 +0100
+++ b/src/pyams_default_theme/component/association/interfaces.py	Fri Nov 13 16:34:00 2020 +0100
@@ -48,7 +48,8 @@
     """Associations paragraph renderer settings interface"""
 
     paragraphs_count = Int(title=_("Paragraphs count"),
-                           description=_("Number of paragraphs used for each remote content (default=1)"),
+                           description=_("Number of paragraphs used for each remote content "
+                                         "(default=1)"),
                            required=False,
                            default=1)
 
@@ -63,6 +64,7 @@
                     value_type=Choice(vocabulary=PARAGRAPH_FACTORIES_VOCABULARY))
 
     anchors_only = Bool(title=_("Anchors only?"),
-                        description=_("If 'yes', only paragraphs set as 'anchors' will be selected"),
+                        description=_("If 'yes', only paragraphs set as 'anchors' will be "
+                                      "selected"),
                         required=True,
                         default=False)