mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Fix little bug in display
This commit is contained in:
parent
ab47aeb16d
commit
a428628f55
@ -100,7 +100,7 @@
|
|||||||
foreach($GLOBALS['phpgw_setup']->translation->sql->line_rejected as $badline)
|
foreach($GLOBALS['phpgw_setup']->translation->sql->line_rejected as $badline)
|
||||||
{
|
{
|
||||||
$_f_buffer = split("/", $badline["appfile"]);
|
$_f_buffer = split("/", $badline["appfile"]);
|
||||||
$langfile = $_f_buffer[count($_f_buffer)-1] . " " . lang("in") . " " . $_f_buffer[count($_f_buffer)-2] . " " . lang("module");
|
$langfile = $_f_buffer[count($_f_buffer)-1] . " " . lang("in") . " " . $_f_buffer[count($_f_buffer)-3] . " " . lang("module");
|
||||||
|
|
||||||
$str .= lang("File") . " : " . $langfile . "<br>";
|
$str .= lang("File") . " : " . $langfile . "<br>";
|
||||||
$str .= lang("Line") . " : " . $badline["line"] . "<br>";
|
$str .= lang("Line") . " : " . $badline["line"] . "<br>";
|
||||||
|
Loading…
Reference in New Issue
Block a user