diff options
| -rw-r--r-- | lib/gui/preferences.py | 2 | ||||
| -rw-r--r-- | lib/gui/preferences.wxg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gui/preferences.py b/lib/gui/preferences.py index a93f0d6d..14c0d4dd 100644 --- a/lib/gui/preferences.py +++ b/lib/gui/preferences.py @@ -14,7 +14,7 @@ class PreferencesFrame(wx.Frame): def __init__(self, *args, **kwargs): self.extension = kwargs.pop("extension") wx.Frame.__init__(self, None, wx.ID_ANY, _("Preferences"), *args, **kwargs) - self.SetTitle(_("frame")) + self.SetTitle(_("Preferences")) metadata = self.extension.get_inkstitch_metadata() diff --git a/lib/gui/preferences.wxg b/lib/gui/preferences.wxg index 2ed89ad5..328ccce3 100644 --- a/lib/gui/preferences.wxg +++ b/lib/gui/preferences.wxg @@ -4,7 +4,7 @@ <application class="PreferencesApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path="/home/lex/repos/inkstitch/lib/gui/preferences.py" source_extension=".cpp" top_window="frame" use_gettext="1" use_new_namespace="1"> <object class="PreferencesFrame" name="frame" base="EditFrame"> <extracode_post>self.SetSizeHints(main_sizer.CalcMin())</extracode_post> - <title>frame</title> + <title>Preferences</title> <style>wxDEFAULT_FRAME_STYLE</style> <object class="wxPanel" name="panel_1" base="EditPanel"> <object class="wxBoxSizer" name="main_sizer" base="EditBoxSizer"> |
