Browse Source

Improve wording on abort dialog

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.4.0
falkTX 4 years ago
parent
commit
788c25a553
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/legacy-gui.cpp

+ 1
- 1
src/legacy-gui.cpp View File

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



Loading…
Cancel
Save