From 46d4e72d440116e3eadb8a673494eb8033061750 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:04:13 +0530 Subject: [PATCH] chg message --- usr/share/snigdhaos-welcome/snigdhaos-welcome.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py index d2d5c27..fcdfba5 100644 --- a/usr/share/snigdhaos-welcome/snigdhaos-welcome.py +++ b/usr/share/snigdhaos-welcome/snigdhaos-welcome.py @@ -298,12 +298,12 @@ class Main(Gtk.Window): flags=0, message_type=Gtk.MessageType.WARNING, buttons=Gtk.ButtonsType.NONE, - text="%s was not found" % "gparted", - title="Warning", + text="%s was not found 😐" % "GParted", + title="Package Not Found ❌", ) md.add_buttons("Yes", 1) md.add_buttons("No", 0) - md.format_secondary_markup("Install the package?") + md.format_secondary_markup("Do you want to install the package now❔") response = md.run() md.destroy() @@ -357,12 +357,12 @@ class Main(Gtk.Window): flags=0, message_type=Gtk.MessageType.WARNING, buttons=Gtk.ButtonsType.NONE, - text="%s was not found\n" % "arandr", - title="Warning", + text="%s was not found 😐\n" % "Arandr", + title="Package Not Found ❌", ) md.add_buttons("Yes", 1) md.add_buttons("No", 0) - md.format_secondary_markup("Let Snigdha OS - Welcome install it ?") + md.format_secondary_markup("Do you want to install the package now ❔") response = md.run() md.destroy()