diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-25 20:46:57 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-25 20:46:57 -0700 |
commit | 441d3bf1ed945aeea1c32a4139778ef67d0af739 (patch) | |
tree | ddf779af93f861a4f49f191191f44afbd6c5edce /include | |
parent | bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0 (diff) | |
download | volse-hubzilla-441d3bf1ed945aeea1c32a4139778ef67d0af739.tar.gz volse-hubzilla-441d3bf1ed945aeea1c32a4139778ef67d0af739.tar.bz2 volse-hubzilla-441d3bf1ed945aeea1c32a4139778ef67d0af739.zip |
make the edited header stand out slightly
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 2357384de..0463ebce6 100755 --- a/include/items.php +++ b/include/items.php @@ -4525,7 +4525,7 @@ function item_create_edit_activity($post) { $new_item['parent'] = 0; $new_item['mid'] = item_message_id(); - $new_item['body'] = sprintf( t('Edited %s'), (($update_item['item_thread_top']) ? t('Post','edit_activity') : t('Comment','edit_activity'))); + $new_item['body'] = sprintf( t('[Edited %s]'), (($update_item['item_thread_top']) ? t('Post','edit_activity') : t('Comment','edit_activity'))); $new_item['body'] .= "\n\n"; $new_item['body'] .= $update_item['body']; |