From 64deadcb5f93fa869ecfc1ee4f90b5154de2dfd2 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Mon, 28 Jan 2019 11:30:20 +0100 Subject: [PATCH] #3617 - Fixed syntax error in previous commit --- e107_languages/English/admin/lan_lancheck.php | 5 +---- e107_languages/English/admin/lan_language.php | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/e107_languages/English/admin/lan_lancheck.php b/e107_languages/English/admin/lan_lancheck.php index 4982abd6e..36b67e1c6 100644 --- a/e107_languages/English/admin/lan_lancheck.php +++ b/e107_languages/English/admin/lan_lancheck.php @@ -43,7 +43,4 @@ define("LANG_LAN_117", "You should correct the remaining errors before contribut define("LANG_LAN_119", "Please check that CORE_LC and CORE_LC2 have values in [x] and try again."); define("LANG_LAN_120", "Please make sure you are using default folder names in e107_config.php (eg. e107_languages/, e107_plugins/ etc.) and try again."); -define("LANG_LAN_AGR", "Note: By using these tools you agree to share your language pack(s) with the e107 community."); - - -?> +define("LANG_LAN_AGR", "Note: By using these tools you agree to share your language pack(s) with the e107 community."); \ No newline at end of file diff --git a/e107_languages/English/admin/lan_language.php b/e107_languages/English/admin/lan_language.php index 46d83787f..c19c488a9 100644 --- a/e107_languages/English/admin/lan_language.php +++ b/e107_languages/English/admin/lan_language.php @@ -69,5 +69,4 @@ define("LANG_LAN_150", "[b]Search ENTIRE core before commenting out ANY LAN from define("LANG_LAN_151", "Available"); define("LANG_LAN_152", "Courtesy of the [e107 translations team]"); define("LANG_LAN_153", "Pre-release"); - -define("LANG_LAN_154", "The Language Pack has been created. You can now submit it to the Github repository as instructed [here].") \ No newline at end of file +define("LANG_LAN_154", "The Language Pack has been created. You can now submit it to the Github repository as instructed [here]."); \ No newline at end of file