]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
API: template for test function added
[friendica.git] / mod / settings.php
index ce2d64851b4774942e2bdf5c0c1df275d4442a28..926d1faa5b320d026e5eeebf5b3cbf69cfe4eec0 100755 (executable)
@@ -876,7 +876,7 @@ function settings_content(&$a) {
 
 
        $unkmail = replace_macros($opt_tpl,array(
-                       '$field'        => array('unkmail',  t('Permit unknown people to send you private messages?'), $unkmail, '', array(t('No'),t('Yes'))),
+                       '$field'        => array('unkmail',  t('Permit unknown people to send you private mail?'), $unkmail, '', array(t('No'),t('Yes'))),
 
        ));