From 730e3f432aee2be7807f252ce550323c57ad217a Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 7 Jul 2025 06:20:34 +0200 Subject: remove comment: inkscape does not save view rotation (it does) (#3849) --- lib/gui/preferences.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/gui') diff --git a/lib/gui/preferences.py b/lib/gui/preferences.py index 6173709b..b95bb7c8 100644 --- a/lib/gui/preferences.py +++ b/lib/gui/preferences.py @@ -75,8 +75,7 @@ class PreferencesFrame(wx.Frame): label_rotate = wx.StaticText(self.this_svg_page, label=_("Rotate on export")) label_rotate.SetToolTip(_( - "Some embroidery machines don't automatically rotate files to fit into the hoop. " - "You could also rotate the design in the SVG but Inkscape does not save view rotation so this setting is more convenient." + "Some embroidery machines don't automatically rotate files to fit into the hoop." )) this_svg_grid.Add(label_rotate) self.rotate_on_export = wx.ComboBox(self.this_svg_page) -- cgit v1.2.3