From a6209cc89be5a107b4748333c6c7da2ae09ce213 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Wed, 15 Feb 2023 05:38:48 +0800 Subject: [PATCH] Set a better exit panel message Replace the exit window manager generic message with Window Maker term instead. --- src/rootmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rootmenu.c b/src/rootmenu.c index f2aa05df..ee2f6199 100644 --- a/src/rootmenu.c +++ b/src/rootmenu.c @@ -186,7 +186,7 @@ static void exitCommand(WMenu * menu, WMenuEntry * entry) oldSaveSessionFlag = wPreferences.save_session_on_exit; r = wExitDialog(menu->frame->screen_ptr, _("Exit"), - _("Exit window manager?"), _("Exit"), _("Cancel"), NULL); + _("Are you sure you want to quit Window Maker?"), _("Exit"), _("Cancel"), NULL); if (r == WAPRDefault) { result = R_EXIT;