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 +}