]> git.mxchange.org Git - friendica.git/commitdiff
The new link description should be better.
authorMichael Vogel <icarus@dabo.de>
Fri, 14 Aug 2015 10:48:54 +0000 (12:48 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 14 Aug 2015 10:48:54 +0000 (12:48 +0200)
include/text.php

index 285c674d7002dc6fb1dd169b0016b7cb5fd8712a..4747a376febd64d8d41509496be91e0b6fc3b5b9 100644 (file)
@@ -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')) {