diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-15 14:54:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 14:54:10 +0100 |
| commit | 98cf7a59555a30bea106ce05c9107f042f1e91fe (patch) | |
| tree | 212424eb582763e818b0bd706da695b81e7a80cb | |
| parent | db011ebb6b8094248946df47836b3ea3bba1a3a5 (diff) | |
do not translate Ink/Stitch as a term (#3345)
| -rw-r--r-- | lib/gui/apply_palette.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/apply_palette.py b/lib/gui/apply_palette.py index 164b7581..6bc77191 100644 --- a/lib/gui/apply_palette.py +++ b/lib/gui/apply_palette.py @@ -92,7 +92,7 @@ class ApplyPaletteApp(wx.App): app = wx.App() self.frame = ApplyPaletteFrame( - title=_("Ink/Stitch"), + title="Ink/Stitch", on_apply=self.set_palette, ) self.frame.Show() |
