From 70c9e061295ed841645bdf3df7a8ef20eb8ac488 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 19 Apr 2024 02:47:02 +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/blackbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/blackbox/blackbox.py b/usr/share/blackbox/blackbox.py index d508b5f..d4b2abb 100644 --- a/usr/share/blackbox/blackbox.py +++ b/usr/share/blackbox/blackbox.py @@ -521,7 +521,7 @@ class Main(Gtk.Window): "Error", "Pacman repository error: package '%s' was not found" % package.name, - "Sofirem cannot process the request", + "BlackBox cannot process the request", "Are the correct pacman mirrorlists configured ?", "error", False, @@ -696,7 +696,7 @@ class Main(Gtk.Window): proc = fn.get_pacman_process() message_dialog = MessageDialog( "Warning", - "Sofirem cannot proceed pacman lockfile found", + "BlackBox cannot proceed pacman lockfile found", "Pacman cannot lock the db, a lockfile is found inside %s" % fn.pacman_lockfile, "Process running = %s" % proc,