aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.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 /include/text.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 'include/text.php')
-rwxr-xr-xinclude/text.php2
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 {