@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:50:54 +05:30
parent 96127ff182
commit 98b603bcfa

View File

@@ -15,7 +15,7 @@ class AboutDialog(Gtk.Dialog):
def __init__(self): def __init__(self):
Gtk.Dialog.__init__(self) Gtk.Dialog.__init__(self)
app_name = "Sofirem" app_name = "BlackBox"
app_title = "About Sofirem" app_title = "About Sofirem"
app_main_description = "%s - %s" % (app_name, "Software Installer Remover") app_main_description = "%s - %s" % (app_name, "Software Installer Remover")
app_secondary_message = "Install or remove software from your ArcoLinux system" app_secondary_message = "Install or remove software from your ArcoLinux system"