From b095d9b82fb17c3c114ca49353a3b8ae0f63aec3 Mon Sep 17 00:00:00 2001 From: gus <61558904+gusmccallum@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:08:41 -0400 Subject: [PATCH] Fixed issue #4332 - changed error message for replay folder download (#4455) --- cockatrice/src/tab_replays.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tab_replays.cpp b/cockatrice/src/tab_replays.cpp index 81ec8927..c8347f76 100644 --- a/cockatrice/src/tab_replays.cpp +++ b/cockatrice/src/tab_replays.cpp @@ -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; }