Skip to content

Commit 85108e5

Browse files
Merge pull request #65 from Valdnet/patch-4
l10n: Corrected message of opening Zip file
2 parents e8eb410 + 4b6d9ee commit 85108e5

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
@@ -111,7 +111,7 @@ public function extractZip($file, $filename, $extractTo){
111111
$zip = new ZipArchive();
112112

113113
if (!$zip->open($file) === TRUE){
114-
$response = array_merge($response, array("code" => 0, "desc" => $this->l->t("Can't open zip file ")));
114+
$response = array_merge($response, array("code" => 0, "desc" => $this->l->t("Can't open Zip file")));
115115
return json_encode($response);
116116
}
117117

0 commit comments

Comments
 (0)