update message

This commit is contained in:
Eshan Roy (Eshanized)
2024-02-23 08:55:35 +05:30
parent 18bac60e04
commit 6aee82ec61

View File

@@ -303,7 +303,7 @@ class Main(Gtk.Window):
) )
md.add_buttons("Yes", 1) md.add_buttons("Yes", 1)
md.add_buttons("No", 0) md.add_buttons("No", 0)
md.format_secondary_markup("Let Snigdha OS - Welcome install it ?") md.format_secondary_markup("Install the package?")
response = md.run() response = md.run()
md.destroy() md.destroy()