mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 09:43:46 +00:00
Made the help text more precise
This commit is contained in:
parent
299c1ccd25
commit
6ed3e88f9d
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue