Skip to content

Commit 82644fb

Browse files
committed
uh oh ;)
1 parent 320bda0 commit 82644fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crashhandler/qgscrashdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ QgsCrashDialog::QgsCrashDialog( QWidget *parent )
2626
setupUi( this );
2727
setWindowTitle( tr( "Oh Uh!" ) );
2828

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

0 commit comments

Comments
 (0)