diff --git a/extension/Classes/Core/Report/Download.php b/extension/Classes/Core/Report/Download.php
index 0817ad7d18ba49fbdb118283ca0c184feb3787a4..3820e521f0bf36d8ad12a82ad944f1115e6892fb 100644
--- a/extension/Classes/Core/Report/Download.php
+++ b/extension/Classes/Core/Report/Download.php
@@ -207,7 +207,7 @@ class Download {
 
             // Possible output: "Unimplemented Feature: Could not merge encrypted files ('ct.18.06.092-097.pdf')"
             $line = implode(',', $rcOutput);
-            if (false !== ($line = strstr($line, "Feature not implemented: Could not merge encrypted files ("))) {
+            if (false !== ($line = strstr($line, "Unimplemented Feature: Could not merge encrypted files ("))) {
 
                 $arr = explode("'", $line, 3);
                 if (!empty($arr[1]) && file_exists($arr[1])) {