From 4e6c4a41666f742ea79a720c9a07cd4b9f2b2faa Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 9 Dec 2016 18:08:17 +0100 Subject: [PATCH] issue quotation marks https://github.com/e107inc/e107/issues/2129 --- e107_languages/English/lan_error.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/e107_languages/English/lan_error.php b/e107_languages/English/lan_error.php index a777234b7..be471298c 100644 --- a/e107_languages/English/lan_error.php +++ b/e107_languages/English/lan_error.php @@ -50,17 +50,17 @@ define("LAN_ERROR_32", "To complete the upgrade, copy the following text into yo define("LAN_ERROR_33", "Processing error! Normally, I would redirect to the home page."); define("LAN_ERROR_34", "Unknown error! Please inform the site administrator you saw this:"); -define('LAN_ERROR_35', "Error 400 - Bad Request"); -define('LAN_ERROR_36', "There is a formatting error in the web page you are trying to access."); -define('LAN_ERROR_37', "Error Icon"); -define('LAN_ERROR_38', "Sorry, but the site is unavailable due to a temporary fault"); -define('LAN_ERROR_39', "Please try again in a few minutes"); -define('LAN_ERROR_40', "If the problem persists, please contact the site administrator"); -define('LAN_ERROR_41', "The reported error is:"); -define('LAN_ERROR_42', "Additional error information: "); -define('LAN_ERROR_43', "Site unavailable temporarily"); -define('LAN_ERROR_44', "Site logo"); +define("LAN_ERROR_35", "Error 400 - Bad Request"); +define("LAN_ERROR_36", "There is a formatting error in the web page you are trying to access."); +define("LAN_ERROR_37", "Error Icon"); +define("LAN_ERROR_38", "Sorry, but the site is unavailable due to a temporary fault"); +define("LAN_ERROR_39", "Please try again in a few minutes"); +define("LAN_ERROR_40", "If the problem persists, please contact the site administrator"); +define("LAN_ERROR_41", "The reported error is:"); +define("LAN_ERROR_42", "Additional error information: "); +define("LAN_ERROR_43", "Site unavailable temporarily"); +define("LAN_ERROR_44", "Site logo"); -define('LAN_ERROR_45', "What can you do now?"); -define('LAN_ERROR_46', "Check log for details."); -?> \ No newline at end of file +define("LAN_ERROR_45", "What can you do now?"); +define("LAN_ERROR_46", "Check log for details."); +?>