diff --git a/po/flattool-gui.pot b/po/flattool-gui.pot index d584091..f87d957 100644 --- a/po/flattool-gui.pot +++ b/po/flattool-gui.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: flattool-gui\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-02 15:21-0400\n" +"POT-Creation-Date: 2023-09-02 16:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,10 +25,6 @@ msgstr "" msgid "No description" msgstr "" -#: src/window.py:29 -msgid "Flattwol" -msgstr "" - #: src/window.py:134 msgid "The app will be removed from your system." msgstr "" diff --git a/src/window.py b/src/window.py index 201ba3d..e7f3621 100644 --- a/src/window.py +++ b/src/window.py @@ -26,7 +26,7 @@ import os @Gtk.Template(resource_path='/io/github/heliguy4599/FlattoolGUI/window.ui') class FlattoolGuiWindow(Adw.ApplicationWindow): __gtype_name__ = 'FlattoolGuiWindow' - main_window_title = _("Flattwol") + main_window_title = "Flattool" list_of_flatpaks = Gtk.Template.Child() search_entry = Gtk.Template.Child() search_button = Gtk.Template.Child()