1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Some corrections

Add new lang codes
This commit is contained in:
Gábor
2016-09-17 08:48:54 +02:00
committed by GitHub
parent ae80d102ff
commit 5f0b2da7d9

View File

@@ -167,7 +167,7 @@ class pm_extended extends private_message
} }
else else
{ {
return "<div class='alert alert-danger'>User Not Found</div>"; return "<div class='alert alert-danger'>".LAN_PM_115."</div>";
} }
} }
//echo "Show_send: {$to_uid} from {$pm_info['from_name']} is happening<br />"; //echo "Show_send: {$to_uid} from {$pm_info['from_name']} is happening<br />";
@@ -775,7 +775,7 @@ if($message != '')
switch ($action) switch ($action)
{ {
case 'send' : case 'send' :
$ns->tablerender(LAN_PM, $pm->breadcrumb(LAN_PM_35). $mes->render() . $pm->show_send($pm_proc_id)); $ns->tablerender(LAN_PM, $pm->breadcrumb(LAN_PLUGIN_PM_NEW). $mes->render() . $pm->show_send($pm_proc_id));
break; break;
case 'reply' : case 'reply' :