diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2023-06-09 08:23:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-09 08:23:10 -0400 |
| commit | 186beabc7e1dcc4789a440f70a4b9a258effe85f (patch) | |
| tree | c4aa4e26e94318eccf71a259a75d30d68739d10c /lib/elements/satin_column.py | |
| parent | 2d8c572432f3d0a5162b38d8704cbe95956280e3 (diff) | |
| parent | 860f4fb94dbf71bb4b7848d295518c49ba5c906e (diff) | |
Merge pull request #2357 from bkmgit/spelling-fix
Correct spelling error
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.'), |
