Skip to content

Commit 4b6d9ee

Browse files
authored
l10n: Corrected message of opening Zip file
1 parent 37b8ede commit 4b6d9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/ExtractionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function extractZip($file, $filename, $extractTo, $NCDestination, $tmpPat
101101
$zip = new ZipArchive();
102102

103103
if (!$zip->open($file) === TRUE){
104-
$response = array_merge($response, array("code" => 0, "desc" => $this->l->t("Can't open zip file ")));
104+
$response = array_merge($response, array("code" => 0, "desc" => $this->l->t("Can't open Zip file")));
105105
return json_encode($response);
106106
}
107107

0 commit comments

Comments
 (0)