]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
translated some more strings to German
[friendica.git] / mod / profile.php
index 5cab6662afbc21fb76cfa645398f1617d4990612..15a3a861f969d36028799d1323af508fb3b96597 100644 (file)
@@ -339,7 +339,7 @@ function profile_content(&$a, $update = 0) {
                        if(($item['contact-id'] == remote_user()) || ($item['uid'] == local_user()))
                                $dropping = true;
 
-                       $drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id']));
+                       $drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id'], '$delete' => t('Delete')));
 
 
                        $like    = ((isset($alike[$item['id']])) ? format_like($alike[$item['id']],$alike[$item['id'] . '-l'],'like',$item['id']) : '');