From fe8f8ade69fc685d1cd61e4a0c2ec23c3ac0f975 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 14 Aug 2015 12:48:54 +0200 Subject: [PATCH] The new link description should be better. --- include/text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')) {