diff --git a/images/examples/Bfly FSL.svg b/images/examples/Bfly FSL.svg index 9e528f1e9..8acc49e1d 100644 --- a/images/examples/Bfly FSL.svg +++ b/images/examples/Bfly FSL.svg @@ -214,7 +214,7 @@ x="0" y="244.13913" style="stroke-width:0.26458332px" - id="tspan4781">have to experiement to find out what ishave to experiment to find out what is ... .... /> # Example font.json : "horiz_adv_x": {"A":49}, diff --git a/lib/threads/catalog.py b/lib/threads/catalog.py index c3ccb0c3c..c12ca1fe2 100644 --- a/lib/threads/catalog.py +++ b/lib/threads/catalog.py @@ -75,7 +75,7 @@ class _ThreadCatalog(Sequence): Scans the catalog of color palettes and chooses one that seems most likely to be the one that the user used. A palette will only be - chosen if more tha 80% of the thread colors in the stitch plan are + chosen if more than 80% of the thread colors in the stitch plan are exact matches for threads in the palette. """ if not self.palettes: diff --git a/lib/utils/version.py b/lib/utils/version.py index 57ef11f03..2186ca238 100644 --- a/lib/utils/version.py +++ b/lib/utils/version.py @@ -18,5 +18,5 @@ def get_inkstitch_version(): with open(version, 'r') as v: inkstitch_version = _("Ink/Stitch Version: %s") % v.readline() else: - inkstitch_version = _("Ink/Stitch Version: unkown") + inkstitch_version = _("Ink/Stitch Version: unknown") return inkstitch_version diff --git a/print/resources/style.css b/print/resources/style.css index ca3d393f0..d4a05e526 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -1089,13 +1089,13 @@ body { width: calc(100% / 10); } - /* fourty items */ + /* forty items */ .color-swatch:first-child:nth-last-child(n+40), .color-swatch:first-child:nth-last-child(n+40) ~ .color-swatch { width: calc(100% / 12); } - /* fourty-nine items */ + /* forty-nine items */ .color-swatch:first-child:nth-last-child(n+49), .color-swatch:first-child:nth-last-child(n+40) ~ .color-swatch { height: calc(100% / 5);