1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

Set a better exit panel message

Replace the exit window manager generic message with Window Maker term instead.
This commit is contained in:
David Maciejak
2023-02-15 05:38:48 +08:00
committed by Carlos R. Mafra
parent 01bd523cee
commit a6209cc89b

View File

@@ -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;