@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:51:00 +05:30
parent 98b603bcfa
commit fd88b31539

View File

@@ -16,7 +16,7 @@ class AboutDialog(Gtk.Dialog):
Gtk.Dialog.__init__(self) Gtk.Dialog.__init__(self)
app_name = "BlackBox" app_name = "BlackBox"
app_title = "About Sofirem" app_title = "About BlackBox"
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"
app_secondary_description = "Report issues to make it even better" app_secondary_description = "Report issues to make it even better"