diff options
author | friendica <info@friendica.com> | 2014-05-29 21:34:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-29 21:34:08 -0700 |
commit | 33cf83175d2af2bc62b694368dae7126d9bfc9bc (patch) | |
tree | f44be46120fb813477060dde0c39243012ed703c /mod/events.php | |
parent | 832cbbec15ae2abbd04d775e4cfb056e797722f1 (diff) | |
download | volse-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-x | mod/events.php | 2 |
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'),'',''), ); |