first pass name change

This commit is contained in:
redmatrix
2015-05-05 03:56:10 -07:00
parent 57fcfc9398
commit a3c37f1458
91 changed files with 680 additions and 680 deletions

View File

@@ -450,7 +450,7 @@ function format_event_diaspora($ev) {
$bd_format = t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8 AM
$o = t('Redmatrix event notification:') . "\n";
$o = t('Hubzilla event notification:') . "\n";
$o .= '**' . (($ev['summary']) ? bb2diaspora($ev['summary']) : bb2diaspora($ev['desc'])) . '**' . "\n";