Skip to content

Commit

Permalink
Tweak crash message
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Nov 13, 2017
1 parent 4f22b45 commit 702dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crashhandler/qgscrashdialog.cpp
Expand Up @@ -26,7 +26,7 @@ QgsCrashDialog::QgsCrashDialog( QWidget *parent )
setupUi( this );
setWindowTitle( tr( "Oh Uh!" ) );

mCrashHeaderMessage->setText( tr( "uh oh!" ) );
mCrashHeaderMessage->setText( tr( ":( QGIS Crashed" ) );
mCrashMessage->setText( tr( "Sorry. It looks something unexpected happened that we didn't handle and QGIS crashed." ) );
connect( mReloadQGISButton, &QPushButton::clicked, this, &QgsCrashDialog::reloadQGIS );
connect( mCopyReportButton, &QPushButton::clicked, this, &QgsCrashDialog::createBugReport );
Expand Down

0 comments on commit 702dfda

Please sign in to comment.