From 33cf83175d2af2bc62b694368dae7126d9bfc9bc Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 May 2014 21:34:08 -0700 Subject: use consistent capitalisation in the item actions menu --- mod/events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/events.php') 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'),'',''), ); -- cgit v1.2.3