Correct window titlke from testing

This commit is contained in:
heliguy
2023-09-02 16:11:05 -04:00
parent 25d308eb11
commit 27ceb28fcd
2 changed files with 2 additions and 6 deletions

View File

@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

View File

@@ -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()