diff --git a/src/status_tray.rs b/src/status_tray.rs index c4c59ee..7e42684 100644 --- a/src/status_tray.rs +++ b/src/status_tray.rs @@ -90,7 +90,7 @@ impl Tray for StatusTray { fn menu(&self) -> Vec> { let make_exit = || StandardItem { - label: "Exit".into(), + label: "Quit".into(), icon_name: "application-exit".into(), activate: Box::new(|_| std::process::exit(0)), ..Default::default()