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 | |
parent | e8c6121b4e40e16b291b38158dd3a1639641c56a (diff) | |
download | volse-hubzilla-bb5f6a1d79217222363bf803125278b05049d2b6.tar.gz volse-hubzilla-bb5f6a1d79217222363bf803125278b05049d2b6.tar.bz2 volse-hubzilla-bb5f6a1d79217222363bf803125278b05049d2b6.zip |
tools -> features
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 2 | ||||
-rw-r--r-- | include/conversation.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 618483abe..c9048cd4f 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -299,7 +299,7 @@ class ThreadItem { ); */ - $settings = t('Conversation Tools'); + $settings = t('Conversation Features'); } $has_bookmarks = false; 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 )); |