use consistent capitalisation in the item actions menu

This commit is contained in:
friendica
2014-05-29 21:34:08 -07:00
parent 832cbbec15
commit 33cf83175d
3 changed files with 8 additions and 8 deletions

View File

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