diff --git a/twitter/twitter.php b/twitter/twitter.php index 32e110e9..3e5419f4 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -409,7 +409,7 @@ function twitter_settings(App $a, &$s) '$field' => ['twitter-import', DI::l10n()->t('Import the remote timeline'), $importenabled, ''] ]); $s .= Renderer::replaceMacros($field_checkbox, [ - '$field' => ['twitter-create_user', DI::l10n()->t('Automatically create contacts'), $create_userenabled, DI::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.')] + '$field' => ['twitter-create_user', DI::l10n()->t('Automatically create contacts'), $create_userenabled, DI::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.')] ]); $s .= '
'; $s .= '
';