]> git.mxchange.org Git - friendica-addons.git/commitdiff
Made the help text more precise
authorSilke Meyer <silke@silkemeyer.net>
Fri, 6 Feb 2015 12:50:08 +0000 (13:50 +0100)
committerSilke Meyer <silke@silkemeyer.net>
Fri, 6 Feb 2015 12:50:08 +0000 (13:50 +0100)
twitter/twitter.php

index 2482a30cb8dec743241bf701d00be06581ce12f3..3919bf8bd16411c7d64bdd5c4a159c308217b8b1 100644 (file)
@@ -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'))
        ));
 }