diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-07-07 06:20:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 06:20:34 +0200 |
| commit | 730e3f432aee2be7807f252ce550323c57ad217a (patch) | |
| tree | 615eadc24849e476ba33ff787edc391e7c76f426 | |
| parent | c28c761169808d174ea8ee4af0f53fe8a860b97e (diff) | |
remove comment: inkscape does not save view rotation (it does) (#3849)
| -rw-r--r-- | lib/gui/preferences.py | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
