Skip to content

Commit

Permalink
better wording for cancel message (boo#849084)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 10, 2016
1 parent 789441e commit c608eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/YQPackageSelectorBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ YQPackageSelectorBase::reject()
{
int result =
QMessageBox::warning( this, "",
_( "Abandon all changes?" ),
_( "&Abandon" ), _( "&Cancel" ), "",
_( "Do you want to Abandon all changes and exit?" ),
_( "&Yes" ), _( "&No" ), "",
1, // defaultButtonNumber (from 0)
1 ); // escapeButtonNumber

confirm = ( result == 0 );
}

Expand Down

0 comments on commit c608eda

Please sign in to comment.