We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f9c6 commit 3d22a7bCopy full SHA for 3d22a7b
index.php
@@ -820,7 +820,7 @@ function replaceNewUpdater()
820
case 3:
821
$unexpectedFiles = $update->checkRequiredFiles();
822
if (count($unexpectedFiles) !== 0) {
823
- $elements = "Error: The following files are either not expected or are required. To continue please move or delete them. \n";;
+ $elements = "Error: The following files are either not expected and should be removed, or are missing but required and should be put back in place \n";
824
foreach ($unexpectedFiles as $key => $fileName) {
825
$elements .= $key . "\n";
826
}
0 commit comments