mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Merge pull request #1956 from yesszus/patch-4
Update e107_admin/language.php
This commit is contained in:
commit
0fb2d8d094
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user