aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-28 01:24:30 -0700
committerfriendica <info@friendica.com>2014-03-28 01:24:30 -0700
commit6925cf9fe55e5a420fbe7385dd170d8dd7a65d57 (patch)
tree1aa65eaca40ee76f8dcb9e92b0b363cd6562e52c /include/conversation.php
parent85d61813ca152d4866168a3366d451fd56c87378 (diff)
downloadvolse-hubzilla-6925cf9fe55e5a420fbe7385dd170d8dd7a65d57.tar.gz
volse-hubzilla-6925cf9fe55e5a420fbe7385dd170d8dd7a65d57.tar.bz2
volse-hubzilla-6925cf9fe55e5a420fbe7385dd170d8dd7a65d57.zip
external -> discover
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index eef2635df..ac1b4e456 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1384,7 +1384,7 @@ function network_tabs() {
// tabs
$tabs = array(
array(
- 'label' => t('External'),
+ 'label' => t('Discover'),
'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('Imported public streams'),