mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Correct window titlke from testing
This commit is contained in:
@@ -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 ""
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user