aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-17 16:28:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-17 16:28:16 -0700
commit91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458 (patch)
treee33928bc87d27d661303c77925a0dd5b69167006 /include/bb2diaspora.php
parent51b6d709965faa104b02fe148dbe8cf407ff47fa (diff)
downloadvolse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.gz
volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.bz2
volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.zip
more work isolating the projectname from core.
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r--include/bb2diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index 118e78639..8129ab5e6 100644
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -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('$Projectname event notification:') . "\n";
$o .= '**' . (($ev['summary']) ? bb2diaspora($ev['summary']) : bb2diaspora($ev['desc'])) . '**' . "\n";