diff --git a/e107_plugins/social/e_admin.php b/e107_plugins/social/e_admin.php index 4e7ffce0c..75ee8819d 100644 --- a/e107_plugins/social/e_admin.php +++ b/e107_plugins/social/e_admin.php @@ -41,7 +41,7 @@ class social_admin if($this->twitterActive == true) { - $config['fields']['twitter'] = array ( 'title' =>"Post to Twitter", 'type' => 'text', 'tab'=>2, 'writeParms'=> array('size'=>'xxlarge', 'placeholder'=>'Type your tweet here.'), 'width' => 'auto', 'help' => '', 'readParms' => '', 'class' => 'left', 'thclass' => 'left', ); + $config['fields']['twitter'] = array ( 'title' =>LAN_SOCIAL_ADMIN_43, 'type' => 'text', 'tab'=>2, 'writeParms'=> array('size'=>'xxlarge', 'placeholder'=>LAN_SOCIAL_ADMIN_44), 'width' => 'auto', 'help' => '', 'readParms' => '', 'class' => 'left', 'thclass' => 'left', ); } break; } @@ -75,4 +75,4 @@ class social_admin -?> \ No newline at end of file +?>