summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/satin_column.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/satin_column.py b/lib/elements/satin_column.py
index f9fdd8bc..dc883dea 100644
--- a/lib/elements/satin_column.py
+++ b/lib/elements/satin_column.py
@@ -60,7 +60,7 @@ class DanglingRungWarning(ValidationWarning):
class UnequalPointsWarning(ValidationError):
name = _("Unequal number of points")
- description = _("Satin column: There are no rungs and rails have an an unequal number of points.")
+ description = _("Satin column: There are no rungs and rails have an unequal number of points.")
steps_to_solve = [
_('The easiest way to solve this issue is to add one or more rungs. '),
_('Rungs control the stitch direction in satin columns.'),