]> git.mxchange.org Git - friendica-addons.git/commitdiff
[twitter] Update description of autocreate contact option after contact drop feature...
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Oct 2021 02:22:09 +0000 (22:22 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Oct 2021 02:22:09 +0000 (22:22 -0400)
twitter/twitter.php

index 32e110e9bdfd7572e73fdeb0b9a81e685e0bb371..3e5419f481da2cb4e3b3bffa4ba5a7e294151c64 100644 (file)
@@ -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 .= '<div class="clear"></div>';
                                $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="twitter-submit" class="settings-submit" value="' . DI::l10n()->t('Save Settings') . '" /></div>';