diff options
author | Mario <mario@mariovavti.com> | 2021-06-29 09:40:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-29 09:40:34 +0000 |
commit | bb5f6a1d79217222363bf803125278b05049d2b6 (patch) | |
tree | 0422ff4a5866c3ec09ca5e76415f9f7d76f85c64 /include | |
parent | e8c6121b4e40e16b291b38158dd3a1639641c56a (diff) | |
download | volse-hubzilla-bb5f6a1d79217222363bf803125278b05049d2b6.tar.gz volse-hubzilla-bb5f6a1d79217222363bf803125278b05049d2b6.tar.bz2 volse-hubzilla-bb5f6a1d79217222363bf803125278b05049d2b6.zip |
tools -> features
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 d10582519..c5a0df79a 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -940,7 +940,7 @@ function conversation($items, $mode, $update, $page_mode = 'traditional', $prepa '$user' => App::$user, '$threads' => $threads, '$wait' => t('Loading...'), - '$conversation_tools' => t('Conversation Tools'), + '$conversation_tools' => t('Conversation Features'), '$dropping' => ($page_dropping?t('Delete Selected Items'):False), '$preview' => $preview )); |