send unverified private mail using zrl

This commit is contained in:
friendica
2012-04-01 00:59:35 -07:00
parent ea10bba147
commit 5c2fdc795f
10 changed files with 387 additions and 6 deletions

View File

@@ -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'))),
));