mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
Added detailed comment for option
This commit is contained in:
parent
1f4757c512
commit
dff690d633
2 changed files with 34 additions and 24 deletions
|
@ -359,7 +359,7 @@ function twitter_settings(App $a, &$s)
|
|||
'$field' => ['twitter-import', L10n::t('Import the remote timeline'), $importenabled, '']
|
||||
]);
|
||||
$s .= replace_macros($field_checkbox, [
|
||||
'$field' => ['twitter-create_user', L10n::t('Automatically create contacts'), $create_userenabled, '']
|
||||
'$field' => ['twitter-create_user', L10n::t('Automatically create contacts'), $create_userenabled, L10n::t('This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again.')]
|
||||
]);
|
||||
|
||||
$s .= '<div class="clear"></div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue