Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix add error code to message when uploading audio
  • Loading branch information
lasconic committed Jul 31, 2017
1 parent c275c09 commit e582ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/loginmanager.cpp
Expand Up @@ -444,7 +444,7 @@ void LoginManager::mediaUploadError(QNetworkReply::NetworkError e)
qDebug() << "error uploading media" << e;
QMessageBox::warning(0,
tr("Upload Error"),
tr("Sorry, MuseScore couldn't upload the audio file"),
tr("Sorry, MuseScore couldn't upload the audio file. Error %1").arg(e),
QString::null, QString::null);
}

Expand Down

0 comments on commit e582ba5

Please sign in to comment.