aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-29 21:34:08 -0700
committerfriendica <info@friendica.com>2014-05-29 21:34:08 -0700
commit33cf83175d2af2bc62b694368dae7126d9bfc9bc (patch)
treef44be46120fb813477060dde0c39243012ed703c /mod/events.php
parent832cbbec15ae2abbd04d775e4cfb056e797722f1 (diff)
downloadvolse-hubzilla-33cf83175d2af2bc62b694368dae7126d9bfc9bc.tar.gz
volse-hubzilla-33cf83175d2af2bc62b694368dae7126d9bfc9bc.tar.bz2
volse-hubzilla-33cf83175d2af2bc62b694368dae7126d9bfc9bc.zip
use consistent capitalisation in the item actions menu
Diffstat (limited to 'mod/events.php')
-rwxr-xr-xmod/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php
index fa45c2c15..e7b5e35a9 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -352,7 +352,7 @@ function events_content(&$a) {
'is_first'=>$is_first,
'item'=>$rr,
'html'=>$html,
- 'plink' => array($rr['plink'],t('link to source'),'',''),
+ 'plink' => array($rr['plink'],t('Link to Source'),'',''),
);