diff --git a/e107_languages/English/admin/help/wmessage.php b/e107_languages/English/admin/help/wmessage.php index 8e8bc649f..36723b7d1 100644 --- a/e107_languages/English/admin/help/wmessage.php +++ b/e107_languages/English/admin/help/wmessage.php @@ -2,19 +2,14 @@ /* * e107 website system * - * Copyright (C) 2008-2009 e107 Inc (e107.org) + * Copyright (C) 2008-2017 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * - * - * - * $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/wmessage.php,v $ - * $Revision$ - * $Date$ - * $Author$ */ if (!defined('e107_INIT')) { exit; } -$text = "This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators."; -$ns -> tablerender("WMessage Help", $text); +$text = WMLAN_13 ; +$ns -> tablerender( WMLAN_12, $text); + diff --git a/e107_languages/English/admin/lan_wmessage.php b/e107_languages/English/admin/lan_wmessage.php index 4a713c7d5..a161a9fb1 100644 --- a/e107_languages/English/admin/lan_wmessage.php +++ b/e107_languages/English/admin/lan_wmessage.php @@ -31,5 +31,7 @@ define("WMLAN_07","Override standard system to use {WMESSAGE} shortcode:"); //define("WMLAN_10","Message Caption");//LAN_TITLE define("WMLAN_11","Enclosed with Carousel"); +define("WMLAN_12","Welcome Message Help"); +define("WMLAN_13","This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators."); ?>