From fd88b31539f933072211d64f4c3475f78e7ade5e Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:51:00 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/blackbox/ui/AboutDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/blackbox/ui/AboutDialog.py b/usr/share/blackbox/ui/AboutDialog.py index d7a376e..728e704 100644 --- a/usr/share/blackbox/ui/AboutDialog.py +++ b/usr/share/blackbox/ui/AboutDialog.py @@ -16,7 +16,7 @@ class AboutDialog(Gtk.Dialog): Gtk.Dialog.__init__(self) app_name = "BlackBox" - app_title = "About Sofirem" + app_title = "About BlackBox" app_main_description = "%s - %s" % (app_name, "Software Installer Remover") app_secondary_message = "Install or remove software from your ArcoLinux system" app_secondary_description = "Report issues to make it even better"