diff options
author | Mario <mario@mariovavti.com> | 2020-10-10 08:00:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-10 08:00:25 +0000 |
commit | 595f3d99b4bd2618630f9a49423b29bfbfcbca41 (patch) | |
tree | 2a651f7d1fa863c6fce6b9c9cb374fc9348ecf95 /include/text.php | |
parent | 1e2d5b0c779b8f3a623d4757a8e1a64e67491fb0 (diff) | |
download | volse-hubzilla-595f3d99b4bd2618630f9a49423b29bfbfcbca41.tar.gz volse-hubzilla-595f3d99b4bd2618630f9a49423b29bfbfcbca41.tar.bz2 volse-hubzilla-595f3d99b4bd2618630f9a49423b29bfbfcbca41.zip |
quickfix localize_item() - requires more work
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index e798bf8f8..8bad8337f 100644 --- a/include/text.php +++ b/include/text.php @@ -2236,7 +2236,7 @@ function item_post_type($item) { $post_type = t('event'); break; default: - $post_type = t('status'); + $post_type = t('post'); if($item['mid'] != $item['parent_mid']) $post_type = t('comment'); break; |