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 /include/text.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 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index b249c9767..b5b8ec41a 100755 --- a/include/text.php +++ b/include/text.php @@ -1482,7 +1482,7 @@ function get_plink($item,$conversation_mode = true) { if(x($item,$key)) { return array( 'href' => zid($item[$key]), - 'title' => t('link to source'), + 'title' => t('Link to Source'), ); } else { |