Fixed issue #4332 - changed error message for replay folder download (#4455)

This commit is contained in:
gus 2021-11-01 21:08:41 -04:00 committed by GitHub
parent 4cb7240f9a
commit b095d9b82f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ void TabReplays::actDownload()
if (!curRight) {
QMessageBox::information(this, tr("Downloading Replays"),
tr("You cannot download replay folders at this time"));
tr("Folder download is not yet supported. Please download replays individually."));
return;
}