From 1c038630164d70daab3928bde66cf26972e3521c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Thu, 15 Sep 2016 10:17:39 +0200 Subject: [PATCH] Update forum_post.php Add new pharses --- e107_plugins/forum/forum_post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index 9bf439325..eaf40f6af 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -691,7 +691,7 @@ class forum_post_handler $text = $this->renderBreadcrumb(); - $text .= e107::getMessage()->setTitle("Warning!",E_MESSAGE_ERROR)->addError("This post, and every post below it will be moved into a new thread/topic.")->render(); + $text .= e107::getMessage()->setTitle(LAN_FORUM_8015,E_MESSAGE_ERROR)->addError( LAN_FORUM_8014 )->render(); $text .= "
@@ -770,7 +770,7 @@ class forum_post_handler if($this->data['forum_id'] == $f['forum_id']) { - $for_name .= " (Current)"; + $for_name .= LAN_FORUM_8016; $currentName = $for_name; continue; }