From 03cbf6fd33dff71b18e5812cccb13fd177fe35cb Mon Sep 17 00:00:00 2001 From: ketmar <> Date: Tue, 5 Sep 2023 06:42:24 +0000 Subject: [PATCH] cosmetix FossilOrigin-Name: 79d62672cd6a5d911dd3f6a9307c11e1a37579083761b4f3ba70ba278ff261f6 --- src/menus.inc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menus.inc.c b/src/menus.inc.c index 2269722..7061d81 100644 --- a/src/menus.inc.c +++ b/src/menus.inc.c @@ -290,8 +290,8 @@ static yterm_bool term_menu_hotswap_submenu_cb (void *varptr, int sx, int sy) { menu_add_label(menu, "&Yes", &hswap_prompt_yes_cb); menu_add_label(menu, NULL, NULL); - menu_add_label(menu, "This will restart the emulator,", NULL); - menu_add_label(menu, "keeping all opened tabs and programs.", NULL); + menu_add_label(menu, "This will restart the emulator, keeping", NULL); + menu_add_label(menu, "all opened tabs and programs intact.", NULL); menu_add_label(menu, "It can be used to upgrade the running", NULL); menu_add_label(menu, "instance without losing your session.", NULL); -- 2.11.4.GIT