]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
translated some more strings to German
[friendica.git] / mod / display.php
index da931335c15f3a8eca8374bf89467eb4039429b0..7cefc42e6ceaf90eca21960321b39fa98a94cae5 100644 (file)
@@ -234,7 +234,7 @@ function display_content(&$a) {
                        }
 
                        if(($item['contact-id'] == remote_user()) || ($item['uid'] == local_user()))
-                               $drop = replace_macros(load_view_file('view/wall_item_drop.tpl'), array('$id' => $item['id']));
+                               $drop = replace_macros(load_view_file('view/wall_item_drop.tpl'), array('$id' => $item['id'], '$delete' => t('Delete')));
                        else 
                                $drop = replace_macros(load_view_file('view/wall_fake_drop.tpl'), array('$id' => $item['id']));