From cd4892472b534b68a094ea582f79efc27dda3924 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Allan=20Nordh=C3=B8y?= Date: Mon, 29 Jun 2020 03:56:52 +0000 Subject: [PATCH] Spelling: Apostrophe added, bangs removed --- lib/locales/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/locales/en.json b/lib/locales/en.json index 412f377..b14ac03 100644 --- a/lib/locales/en.json +++ b/lib/locales/en.json @@ -25,9 +25,9 @@ "UP_PSW": "Upload password", "2_BIG": "The file is too big", "FILE_LIM": "File size limited to", - "FILE_DIR_W": "The file directory is not writable!", - "LINK_DIR_W": "The link directory is not writable!", - "ASYNC_DIR_W": "The async directory is not writable!", + "FILE_DIR_W": "The file directory is not writable.", + "LINK_DIR_W": "The link directory is not writable.", + "ASYNC_DIR_W": "The async directory is not writable.", "INSTALL_SCRIPT_HERE": "Installer script still present", "ERR_OCC": "An error occurred.", "FILE_UP": "File uploaded.", @@ -60,7 +60,7 @@ "GIMME_W": "You should give the write permission to the web server on this directory.", "HERE_SOLUTION": "Here is a solution", "CONF_SOLUTION": "The local configuration file could not be created. Create a lib/config.local.php file and grant write permission to the web server (preferred solution), or grant write permission to the web server in the lib directory.", - "CONF_SOLUTION_2": "The local configuration is not writable by the web server. Grant write permission to the web server in the 'lib/config.local.php file.", + "CONF_SOLUTION_2": "The local configuration is not writable by the web server. Grant write permission to the web server in the 'lib/config.local.php' file.", "JI_INSTALL": "Installation of Jirafeau", "STEP": "step", "OUT_OF": "out of", -- 2.34.1