mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
#6 Cleanup Admin Languages and Lancheck - corrected
#6 Cleanup Admin Languages and Lancheck - corrected missing apostrophe.
This commit is contained in:
parent
e608f00b14
commit
d1dc3f7462
@ -1847,12 +1847,12 @@ class lancheck
|
||||
$rowamount = round(strlen($trans['orig'][$sk])/34)+1;
|
||||
$hglt1=""; $hglt2="";
|
||||
if ($trans['tran'][$sk] == "" && $trans['orig'][$sk]!="") {
|
||||
$hglt1="<span class='label label-danger label-important e-tip' title=".LAN_MISSING.">";//Missing
|
||||
$hglt1="<span class='label label-danger label-important e-tip' title='".LAN_MISSING."'>";//Missing
|
||||
$hglt2="</span>";
|
||||
}
|
||||
elseif($trans['tran'][$sk] == $trans['orig'][$sk])
|
||||
{
|
||||
$hglt1="<span class='label label-warning e-tip' title=".LAN_CHECK_28." >";//Identical
|
||||
$hglt1="<span class='label label-warning e-tip' title='".LAN_CHECK_28."'>";//Identical
|
||||
$hglt2="</span>";
|
||||
}
|
||||
$text .="<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user