]> git.mxchange.org Git - friendica.git/commitdiff
Clarify XMPP profile field description
authorMichael <heluecht@pirati.ca>
Mon, 16 Aug 2021 06:15:18 +0000 (06:15 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 16 Aug 2021 06:15:18 +0000 (06:15 +0000)
src/Module/Settings/Profile/Index.php
view/lang/C/messages.po

index b5f7ef350010c572eaf82180daefb0867154e1e6..b850a8273c8639d64d115daed115507e7bb29a10 100644 (file)
@@ -241,7 +241,7 @@ class Index extends BaseSettings
                        '$postal_code' => ['postal_code', DI::l10n()->t('Postal/Zip Code:'), $profile['postal-code']],
                        '$country_name' => ['country_name', DI::l10n()->t('Country:'), $profile['country-name']],
                        '$age' => ((intval($profile['dob'])) ? '(' . DI::l10n()->t('Age: ') . DI::l10n()->tt('%d year old', '%d years old', Temporal::getAgeByTimezone($profile['dob'], $profile['timezone'])) . ')' : ''),
-                       '$xmpp' => ['xmpp', DI::l10n()->t('XMPP (Jabber) address:'), $profile['xmpp'], DI::l10n()->t('The XMPP address will be propagated to your contacts so that they can follow you.')],
+                       '$xmpp' => ['xmpp', DI::l10n()->t('XMPP (Jabber) address:'), $profile['xmpp'], DI::l10n()->t('The XMPP address will be published so that people can follow you there.')],
                        '$matrix' => ['matrix', DI::l10n()->t('Matrix (Element) address:'), $profile['matrix'], DI::l10n()->t('The Matrix address will be published so that people can follow you there.')],
                        '$homepage' => ['homepage', DI::l10n()->t('Homepage URL:'), $profile['homepage']],
                        '$pub_keywords' => ['pub_keywords', DI::l10n()->t('Public Keywords:'), $profile['pub_keywords'], DI::l10n()->t('(Used for suggesting potential friends, can be seen by others)')],
index c1b445d1191c20834d78535508e1aac6844831fa..c4b37aee965ceaa61f3455ca4e5225af9659ebb4 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2021.09-dev\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-08-12 06:32+0000\n"
+"POT-Creation-Date: 2021-08-16 06:14+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"
@@ -9422,9 +9422,7 @@ msgid "XMPP (Jabber) address:"
 msgstr ""
 
 #: src/Module/Settings/Profile/Index.php:244
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow "
-"you."
+msgid "The XMPP address will be published so that people can follow you there."
 msgstr ""
 
 #: src/Module/Settings/Profile/Index.php:245