fix typo in dialog box (#618)

This commit is contained in:
natewu 2023-12-16 22:33:09 -07:00 committed by GitHub
parent c523f51fd1
commit 242cb0cb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@ class DropDownMenu(Gtk.MenuButton):
transient_for=parent,
message_type=Gtk.MessageType.INFO,
buttons=Gtk.ButtonsType.OK,
text="Daemon succesfully removed"
text="Daemon successfully removed"
)
dialog.format_secondary_text("The app will now close. Please reopen to apply changes")
dialog.run()
@ -299,7 +299,7 @@ class DaemonNotRunningView(Gtk.Box):
transient_for=parent,
message_type=Gtk.MessageType.INFO,
buttons=Gtk.ButtonsType.OK,
text="Daemon succesfully installed"
text="Daemon successfully installed"
)
dialog.format_secondary_text("The app will now close. Please reopen to apply changes")
dialog.run()
@ -314,4 +314,4 @@ class DaemonNotRunningView(Gtk.Box):
)
dialog.format_secondary_text(f"The following error occured:\n{e}")
dialog.run()
dialog.destroy()
dialog.destroy()