Tweak crash message

This commit is contained in:
Nathan Woodrow 2017-11-13 17:25:52 +10:00
parent 4f22b45971
commit 702dfdab5d

View File

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