diff options
| author | Benson Muite <benson_muite@emailplus.org> | 2023-06-09 14:52:17 +0300 |
|---|---|---|
| committer | Benson Muite <benson_muite@emailplus.org> | 2023-06-09 14:52:17 +0300 |
| commit | 860f4fb94dbf71bb4b7848d295518c49ba5c906e (patch) | |
| tree | c4aa4e26e94318eccf71a259a75d30d68739d10c /lib/elements/satin_column.py | |
| parent | 2d8c572432f3d0a5162b38d8704cbe95956280e3 (diff) | |
Correct spelling error
replace "an an unequal" with "an unequal"
Diffstat (limited to 'lib/elements/satin_column.py')
| -rw-r--r-- | lib/elements/satin_column.py | 2 |
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.'), |
