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." );