From 860f4fb94dbf71bb4b7848d295518c49ba5c906e Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Fri, 9 Jun 2023 14:52:17 +0300 Subject: Correct spelling error replace "an an unequal" with "an unequal" --- lib/elements/satin_column.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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.'), -- cgit v1.2.3