From 851877e8e809962e21308ba3bd550aa4fe286864 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 4 Aug 2021 15:58:57 +0300 Subject: [PATCH] Remove space before exclamation point in English messages (#674) --- resources/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/i18n/en.json b/resources/i18n/en.json index 021a6ab..6346293 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -6,8 +6,8 @@ "name":"English", "error-title":"Error", "error-downloader-window-title":"Cannot create downloader", - "error-downloader-launch-message":"Impossible to launch downloader, Kiwix-desktop will start but all download functions will not working !", - "error-launch-server-message":"An error has occured !", + "error-downloader-launch-message":"Impossible to launch downloader, Kiwix-desktop will start but all download functions will not working!", + "error-launch-server-message":"An error has occured!", "open-zim":"Open Zim", "local-kiwix-server":"Local Kiwix Server", "random-article":"Random Article",