1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

Merge pull request #2859 from yesszus/patch-2

Update lan_language.php
This commit is contained in:
Cameron
2017-11-20 10:31:11 -08:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -404,7 +404,7 @@ if(!empty($_GET['iframe']))
if(strpos($value['tag'],'-') !==false) if(strpos($value['tag'],'-') !==false)
{ {
$text .= " <span class='label label-warning'>Pre-release</span>"; $text .= " <span class='label label-warning'>".LANG_LAN_153."</span>";
} }

View File

@@ -68,6 +68,5 @@ define("LANG_LAN_150", "[b]Search ENTIRE core before commenting out ANY LAN from
define("LANG_LAN_151", "Available"); define("LANG_LAN_151", "Available");
define("LANG_LAN_152", "Courtesy of the [e107 translations team]"); define("LANG_LAN_152", "Courtesy of the [e107 translations team]");
define("LANG_LAN_153", "Pre-release");
?>
?>