fix typo in dialog box (#618)
This commit is contained in:
parent
c523f51fd1
commit
242cb0cb58
|
@ -194,7 +194,7 @@ class DropDownMenu(Gtk.MenuButton):
|
||||||
transient_for=parent,
|
transient_for=parent,
|
||||||
message_type=Gtk.MessageType.INFO,
|
message_type=Gtk.MessageType.INFO,
|
||||||
buttons=Gtk.ButtonsType.OK,
|
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.format_secondary_text("The app will now close. Please reopen to apply changes")
|
||||||
dialog.run()
|
dialog.run()
|
||||||
|
@ -299,7 +299,7 @@ class DaemonNotRunningView(Gtk.Box):
|
||||||
transient_for=parent,
|
transient_for=parent,
|
||||||
message_type=Gtk.MessageType.INFO,
|
message_type=Gtk.MessageType.INFO,
|
||||||
buttons=Gtk.ButtonsType.OK,
|
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.format_secondary_text("The app will now close. Please reopen to apply changes")
|
||||||
dialog.run()
|
dialog.run()
|
||||||
|
|
Loading…
Reference in New Issue