]> git.mxchange.org Git - friendica.git/commitdiff
missing sign
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 19 May 2018 17:08:50 +0000 (19:08 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 19 May 2018 17:08:50 +0000 (19:08 +0200)
src/Module/Tos.php

index 06a31c8750a9279345a78cd4e300e659b1e0ca4f..f71c9d230239b6d3668b8bd7c2ecb483e16098fd 100644 (file)
@@ -71,7 +71,7 @@ class Tos extends BaseModule
                                '$displayprivstatement' => Config::get('system', 'tosprivstatement'),
                                '$privstatementtitle' => L10n::t("Privacy Statement"),
                                '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'),
-                               'privdistribute' => L10n::t('This data is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional private data that may be transmitted to the communication partners accounts.'),
+                               '$privdistribute' => L10n::t('This data is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional private data that may be transmitted to the communication partners accounts.'),
                                '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the <a href="%1$s/settings/uexport">account settings</a>. If the user wants to delete their account they can do so at <a href="%1$s/removeme">%1$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.', System::baseurl())
                        ]);
                } else {