diff --git a/include/text.php b/include/text.php index 285c674d70..4747a376fe 100644 --- a/include/text.php +++ b/include/text.php @@ -1694,8 +1694,8 @@ function get_plink($item) { //'href' => $a->get_baseurl()."/display/".$a->user['nickname']."/".$item['id'], 'href' => $a->get_baseurl()."/display/".$item['guid'], 'orig' => $a->get_baseurl()."/display/".$item['guid'], - 'title' => t('local thread'), - 'orig_title' => t('local thread'), + 'title' => t('View on separate page'), + 'orig_title' => t('view on separate page'), ); if (x($item,'plink')) {