From 98b603bcfa612d3d005087eb24304db0ce050956 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:50:54 +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 52a50db..d7a376e 100644 --- a/usr/share/blackbox/ui/AboutDialog.py +++ b/usr/share/blackbox/ui/AboutDialog.py @@ -15,7 +15,7 @@ class AboutDialog(Gtk.Dialog): def __init__(self): Gtk.Dialog.__init__(self) - app_name = "Sofirem" + app_name = "BlackBox" app_title = "About Sofirem" app_main_description = "%s - %s" % (app_name, "Software Installer Remover") app_secondary_message = "Install or remove software from your ArcoLinux system"