aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-01 00:59:35 -0700
committerfriendica <info@friendica.com>2012-04-01 00:59:35 -0700
commit5c2fdc795fc5273176a7f81d989ad06e16945f1c (patch)
tree88f277d576d6b6af459eab8759792e59bc6f7281 /mod/settings.php
parentea10bba14711d26dfbefcd83659bb60ae6587e26 (diff)
downloadvolse-hubzilla-5c2fdc795fc5273176a7f81d989ad06e16945f1c.tar.gz
volse-hubzilla-5c2fdc795fc5273176a7f81d989ad06e16945f1c.tar.bz2
volse-hubzilla-5c2fdc795fc5273176a7f81d989ad06e16945f1c.zip
send unverified private mail using zrl
Diffstat (limited to 'mod/settings.php')
-rwxr-xr-xmod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index ce2d64851..926d1faa5 100755
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -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'))),
));