From 6f53261e77f3b9099af773d88dabd9099b4909a1 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Fri, 21 Jan 2022 13:23:26 +0200 Subject: [PATCH] Fix verb tense in an English message --- resources/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/i18n/en.json b/resources/i18n/en.json index 55f3955..71d568b 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -124,5 +124,5 @@ "download-dir-dialog-msg":"The new download directory path will be:\n{{DIRECTORY}}", "invalid-port":"Invalid port", "zim-open-fail-title":"Invalid file", - "zim-open-fail-text":"The ZIM file {{ZIM}} cannot be open properly. It will be removed from your library." + "zim-open-fail-text":"The ZIM file {{ZIM}} cannot be opened properly. It will be removed from your library." }