Change the context menu entry to display "Exit espanso". Fix #209

This commit is contained in:
Federico Terzi 2020-04-03 18:33:56 +02:00
parent dd8e5c8f9c
commit 324c521d6c

View File

@ -92,7 +92,7 @@ impl <'a, S: KeyboardManager, C: ClipboardManager, M: ConfigManager<'a>, U: UIMa
menu.push(MenuItem{
item_type: MenuItemType::Button,
item_name: "Exit".to_owned(),
item_name: "Exit espanso".to_owned(),
item_id: ActionType::Exit as i32,
});