1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
commit cb99cebd34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -404,7 +404,7 @@ if(!empty($_GET['iframe']))
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_152", "Courtesy of the [e107 translations team]");
?>
define("LANG_LAN_153", "Pre-release");
?>