From 788c25a5533d53ff6a8db5b3c1ad27aff0a5e806 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 30 Jun 2020 11:50:27 +0100 Subject: [PATCH] Improve wording on abort dialog Signed-off-by: falkTX --- src/legacy-gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy-gui.cpp b/src/legacy-gui.cpp index c6e7e1c..96ae668 100644 --- a/src/legacy-gui.cpp +++ b/src/legacy-gui.cpp @@ -560,7 +560,7 @@ public: { if ( w == abort_button ) { - if ( 0 == fl_choice( "Are you sure you want to abort this session? Unsaved changes will be lost.", "Abort", "Cancel", NULL ) ) + if ( 0 == fl_choice( "Are you sure you want to close this session? Unsaved changes will be lost.", "Close anyway", "Cancel", NULL ) ) { MESSAGE( "Sending abort." );