aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-27 15:35:29 -0700
committerfriendica <info@friendica.com>2014-03-27 15:35:29 -0700
commita0674af4169a8c929c89887d4e7796b21ee55a91 (patch)
tree1b3e673a0acbbf07377871c5c09015fc2abf44ba /include/conversation.php
parent7b24b78af949f2645459e4698ee2f96a17becef4 (diff)
downloadvolse-hubzilla-a0674af4169a8c929c89887d4e7796b21ee55a91.tar.gz
volse-hubzilla-a0674af4169a8c929c89887d4e7796b21ee55a91.tar.bz2
volse-hubzilla-a0674af4169a8c929c89887d4e7796b21ee55a91.zip
firehose fixes and optimisations. In particular get rid of the unresponsive script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 6a0936a09..eef2635df 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1384,10 +1384,10 @@ function network_tabs() {
// tabs
$tabs = array(
array(
- 'label' => t('Public'),
+ 'label' => t('External'),
'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''),
'sel'=> $public_active,
- 'title'=> t('View Public Streams'),
+ 'title'=> t('Imported public streams'),
),
array(