diff --git a/app/crashhandler/crashhandler.cpp b/app/crashhandler/crashhandler.cpp index eac036c27..ac1173123 100644 --- a/app/crashhandler/crashhandler.cpp +++ b/app/crashhandler/crashhandler.cpp @@ -153,7 +153,7 @@ void CrashHandlerDialog::ReplyFinished(QNetworkReply* reply) b.setIcon(QMessageBox::Critical); b.setWindowModality(Qt::WindowModal); b.setWindowTitle(tr("Upload Failed")); - b.setText(tr("Failed to send error report. Please try again later.")); + b.setText(tr("Failed to send error report (%1). Please try again later.").arg(QString::number(reply.error()))); b.addButton(QMessageBox::Ok); b.exec();