From c2f989e303d5310cdc54562b1db3339a6c574af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 31 Jan 2017 07:19:34 +0100 Subject: [PATCH] Update e_comment.php --- e107_plugins/social/e_comment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/social/e_comment.php b/e107_plugins/social/e_comment.php index c4f0e907b..f5b42b72f 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("Facebook comments requires that you have a facebook App ID. See the 'social login' area in admin-preferences to add one."); + e107::getMessage()->addInfo(LAN_SOCIAL_205); } $config = array(); @@ -51,7 +51,7 @@ class social_comment if(!deftrue('SOCIAL_FACEBOOK_INIT') && ADMIN) { - return "
Unable to render comments. Missing Facebook appID.
"; + return "
".LAN_SOCIAL_206."
"; } e107::js('footer-inline', SOCIAL_FACEBOOK_INIT); @@ -77,4 +77,4 @@ class social_comment -} \ No newline at end of file +}