make attachments appear in a dropdown in wall-item-tools-left

This commit is contained in:
Mario Vavti
2015-10-31 00:38:01 +01:00
parent f8b767ed32
commit 5920a96da7
4 changed files with 19 additions and 18 deletions

View File

@@ -1233,7 +1233,7 @@ function theme_attachments(&$item) {
if($label == ' ')
$label = t('Unknown Attachment');
$title = t('Attachment') . ' - ' . (($r['length']) ? userReadableSize($r['length']) : t('Size Unknown'));
$title = t('Size') . ' ' . (($r['length']) ? userReadableSize($r['length']) : t('unknown'));
require_once('include/identity.php');
if(is_foreigner($item['author_xchan']))