Skip to content

Commit db59408

Browse files
Correct typo.
1 parent 90caaa4 commit db59408

7 files changed

Lines changed: 4 additions & 4 deletions

src/class-tiny-compress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function compress($input) {
7272

7373
public function compress_file($file) {
7474
if (!file_exists($file)) {
75-
throw new Tiny_Exception('File does not exists', 'FileError');
75+
throw new Tiny_Exception('File does not exist', 'FileError');
7676
}
7777
list($output, $details) = $this->compress(file_get_contents($file));
7878
file_put_contents($file, $output);
-1 Bytes
Binary file not shown.

src/languages/tiny-compress-images-nl_NL.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ msgstr "Kon geen outputlocatie vinden"
9191
msgid "Could not download output"
9292
msgstr "Kon output niet downloaden"
9393

94-
msgid "File does not exists"
94+
msgid "File does not exist"
9595
msgstr "Bestand bestaat niet"
9696

9797
msgid "Could not decode JSON"
-1 Bytes
Binary file not shown.

src/languages/tiny-compress-images-ru_RU.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ msgstr "Не могу найти url результата"
103103
msgid "Could not download output"
104104
msgstr "Не могу загрузить результат"
105105

106-
msgid "File does not exists"
106+
msgid "File does not exist"
107107
msgstr "Файл не существует или не найден плагином"
108108

109109
msgid "Could not decode JSON"
-1 Bytes
Binary file not shown.

src/languages/tiny-compress-images-zh_TW.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ msgstr "找不到輸出網址"
105105
msgid "Could not download output"
106106
msgstr "無法下載輸出"
107107

108-
msgid "File does not exists"
108+
msgid "File does not exist"
109109
msgstr "檔案不存在"
110110

111111
msgid "Could not decode JSON"

0 commit comments

Comments
 (0)