Revert "streamline wording"

This reverts commit e2c477d775.
This commit is contained in:
Mario
2025-05-03 15:52:30 +00:00
parent e2c477d775
commit ee3fc54be6
7 changed files with 36 additions and 29 deletions

View File

@@ -2380,9 +2380,9 @@ function item_post_type($item) {
$post_type = t('event');
break;
default:
$post_type = t('conversation');
$post_type = t('post');
if($item['mid'] != $item['parent_mid'])
$post_type = t('message');
$post_type = t('comment');
break;
}