From 4fa5b5ff61eedfd457bb83225b0b810920647973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 31 Jan 2017 08:21:16 +0100 Subject: [PATCH] Update e_comment.php --- e107_plugins/social/e_comment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/social/e_comment.php b/e107_plugins/social/e_comment.php index f5b42b72f..b8bdce533 100644 --- a/e107_plugins/social/e_comment.php +++ b/e107_plugins/social/e_comment.php @@ -34,7 +34,7 @@ class social_comment if($engine == 'social::facebook' && empty($this->facebookActive)) { - e107::getMessage()->addInfo(LAN_SOCIAL_205); + e107::getMessage()->addInfo(LAN_SOCIAL_WARNING); } $config = array(); @@ -51,7 +51,7 @@ class social_comment if(!deftrue('SOCIAL_FACEBOOK_INIT') && ADMIN) { - return "
".LAN_SOCIAL_206."
"; + return "
".LAN_SOCIAL_205."
"; } e107::js('footer-inline', SOCIAL_FACEBOOK_INIT);