diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-13 10:12:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-13 10:12:57 +0200 |
commit | 4aaea422bc78b351f055df66b1491e476bf65e12 (patch) | |
tree | 20aca8e4b419bf4d970e2e1185388989a2597a9c /include | |
parent | 7c47b9d75ca02ce46175ee3bc0b54e27e8061621 (diff) | |
download | volse-hubzilla-4aaea422bc78b351f055df66b1491e476bf65e12.tar.gz volse-hubzilla-4aaea422bc78b351f055df66b1491e476bf65e12.tar.bz2 volse-hubzilla-4aaea422bc78b351f055df66b1491e476bf65e12.zip |
move the thread author menu to to the wall item photo. the menu list was getting too long.
Diffstat (limited to 'include')
-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 82317ae95..4aa097d07 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1039,7 +1039,7 @@ function thread_author_menu($item, $mode = '') { if($posts_link) { $menu[] = [ 'menu' => 'view_posts', - 'title' => t('Activity/Posts'), + 'title' => t('Recent Activity'), 'icon' => 'fw', 'action' => '', 'href' => $posts_link |