aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
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 {