1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Merge pull request #1956 from yesszus/patch-4

Update e107_admin/language.php
This commit is contained in:
Cameron
2016-10-25 11:37:30 -07:00
committed by GitHub

View File

@@ -1158,7 +1158,7 @@ class lanDeveloper
$text .= "
<tr>
<td><div class='alert-info alert alert-block'>".LANG_LAN_140."</div></td>
<td><div class='alert-info alert alert-block'>".e107::getParser()->toHTML(LANG_LAN_140, true)."</div></td>
<td class='form-inline'>
<select name='deprecatedLans[]' multiple style='height:200px'>
<option value=''>".LANG_LAN_141."</option>";
@@ -1696,7 +1696,7 @@ class lanDeveloper
if($reverse != true)
{
$mes->addInfo(LANG_LAN_150); //Search Everywhere before commenting out
$mes->addInfo(e107::getParser()->toHTML(LANG_LAN_150, true)); //Search Everywhere before commenting out
}
$ret['text'] = $mes->render().$text;