From 5f0b2da7d94977b6678935fb7ad62bb5ffa29f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sat, 17 Sep 2016 08:48:54 +0200 Subject: [PATCH] Some corrections Add new lang codes --- e107_plugins/pm/pm.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/pm/pm.php b/e107_plugins/pm/pm.php index ed3a355ca..21019fba4 100755 --- a/e107_plugins/pm/pm.php +++ b/e107_plugins/pm/pm.php @@ -167,7 +167,7 @@ class pm_extended extends private_message } else { - return "
User Not Found
"; + return "
".LAN_PM_115."
"; } } //echo "Show_send: {$to_uid} from {$pm_info['from_name']} is happening
"; @@ -775,7 +775,7 @@ if($message != '') switch ($action) { 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; case 'reply' : @@ -825,4 +825,4 @@ switch ($action) require_once(FOOTERF); exit; -?> \ No newline at end of file +?>