diff options
author | friendica <info@friendica.com> | 2014-03-28 01:24:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-28 01:24:30 -0700 |
commit | 6925cf9fe55e5a420fbe7385dd170d8dd7a65d57 (patch) | |
tree | 1aa65eaca40ee76f8dcb9e92b0b363cd6562e52c | |
parent | 85d61813ca152d4866168a3366d451fd56c87378 (diff) | |
download | volse-hubzilla-6925cf9fe55e5a420fbe7385dd170d8dd7a65d57.tar.gz volse-hubzilla-6925cf9fe55e5a420fbe7385dd170d8dd7a65d57.tar.bz2 volse-hubzilla-6925cf9fe55e5a420fbe7385dd170d8dd7a65d57.zip |
external -> discover
-rw-r--r-- | include/conversation.php | 2 |
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'), |