diff options
author | friendica <info@friendica.com> | 2012-04-01 00:59:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 00:59:35 -0700 |
commit | 5c2fdc795fc5273176a7f81d989ad06e16945f1c (patch) | |
tree | 88f277d576d6b6af459eab8759792e59bc6f7281 /mod/settings.php | |
parent | ea10bba14711d26dfbefcd83659bb60ae6587e26 (diff) | |
download | volse-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-x | mod/settings.php | 2 |
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'))), )); |