From: Silke Meyer Date: Fri, 6 Feb 2015 12:50:08 +0000 (+0100) Subject: Made the help text more precise X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ed3e88f9da9ee5ad95a2a64dc5e2b86c433dd89;p=friendica-addons.git Made the help text more precise --- diff --git a/twitter/twitter.php b/twitter/twitter.php index 2482a30c..3919bf8b 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -575,7 +575,7 @@ function twitter_plugin_admin(&$a, &$o){ // name, label, value, help, [extra values] '$consumerkey' => array('consumerkey', t('Consumer key'), get_config('twitter', 'consumerkey' ), ''), '$consumersecret' => array('consumersecret', t('Consumer secret'), get_config('twitter', 'consumersecret' ), ''), - '$applicationname' => array('applicationname', t('Name of the Twitter Application'), get_config('twitter','application_name'),t('set this to avoid mirroring postings from ~friendica back to ~friendica')) + '$applicationname' => array('applicationname', t('Name of the Twitter Application'), get_config('twitter','application_name'),t('Set this to the exact name you gave the app on twitter.com/apps to avoid mirroring postings from ~friendica back to ~friendica')) )); }