From 0b360507d2651e6cf858561c60d2dc9512a2226a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 31 Jan 2017 07:26:12 +0100 Subject: [PATCH] Update e_admin.php --- e107_plugins/social/e_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/social/e_admin.php b/e107_plugins/social/e_admin.php index 75ee8819d..568212d80 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' =>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', ); + $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', ); } break; }