]> git.mxchange.org Git - friendica.git/commitdiff
Adapt the description to the behaviour of this option
authorMichael <heluecht@pirati.ca>
Sat, 16 Sep 2023 04:29:13 +0000 (04:29 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 16 Sep 2023 04:29:13 +0000 (04:29 +0000)
src/Module/Contact/Profile.php
view/lang/C/messages.po

index 0fa39ed74eda3d1768e1c4f12962239a9c859de1..cfb56ac4f721c410235cfb851cc7c25bb315104d 100644 (file)
@@ -435,7 +435,7 @@ class Profile extends BaseModule
                        '$frequency_label'        => $this->t('Frequency of this contact in relevant channels'),
                        '$frequency_description'  => $this->t("Depending on the type of the channel not all posts from this contact are displayed. By default, posts need to have a minimum amount of interactions (comments, likes) to show in your channels. On the other hand there can be contacts who flood the channel, so you might want to see only some of their posts. Or you don't want to see their content at all, but you don't want to block or hide the contact completely."),
                        '$frequency_default'      => ['channel_frequency', $this->t('Default frequency'), Contact\User::FREQUENCY_DEFAULT, $this->t('Posts by this contact are displayed in the "for you" channel if you interact often with this contact or if a post reached some level of interaction.'), $channel_frequency == Contact\User::FREQUENCY_DEFAULT],
-                       '$frequency_always'       => ['channel_frequency', $this->t('Display all posts of this contact'), Contact\User::FREQUENCY_ALWAYS, $this->t('If you follow this contact, all their posts will appear on the "for you" channel'), $channel_frequency == Contact\User::FREQUENCY_ALWAYS],
+                       '$frequency_always'       => ['channel_frequency', $this->t('Display all posts of this contact'), Contact\User::FREQUENCY_ALWAYS, $this->t('All posts from this contact will appear on the "for you" channel'), $channel_frequency == Contact\User::FREQUENCY_ALWAYS],
                        '$frequency_reduced'      => ['channel_frequency', $this->t('Display only few posts'), Contact\User::FREQUENCY_REDUCED, $this->t('When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel.'), $channel_frequency == Contact\User::FREQUENCY_REDUCED],
                        '$frequency_never'        => ['channel_frequency', $this->t('Never display posts'), Contact\User::FREQUENCY_NEVER, $this->t('Posts from this contact will never be displayed in any channel'), $channel_frequency == Contact\User::FREQUENCY_NEVER],
        ]);
index 15a68da18eb8625bbfcda70f50a9bc0d4467e9f0..e41b176bf2f8fe109fd85c90ad5a01af326221f8 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2023.09-dev\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-09-16 04:18+0000\n"
+"POT-Creation-Date: 2023-09-16 04:28+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6599,9 +6599,7 @@ msgid "Display all posts of this contact"
 msgstr ""
 
 #: src/Module/Contact/Profile.php:438
-msgid ""
-"If you follow this contact, all their posts will appear on the \"for you\" "
-"channel"
+msgid "All posts from this contact will appear on the \"for you\" channel"
 msgstr ""
 
 #: src/Module/Contact/Profile.php:439