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 --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') 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 { -- cgit v1.2.3