aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-25 20:46:57 -0700
committerzotlabs <mike@macgirvin.com>2016-10-25 20:46:57 -0700
commit441d3bf1ed945aeea1c32a4139778ef67d0af739 (patch)
treeddf779af93f861a4f49f191191f44afbd6c5edce /include
parentbd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0 (diff)
downloadvolse-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-xinclude/items.php2
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'];