diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-31 00:38:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-31 00:38:01 +0100 |
commit | 5920a96da7f71b45b7d386d27da2c130e3ddb23f (patch) | |
tree | b007b7b5dfb640eba778c77dee8a9729c7811606 /include/text.php | |
parent | f8b767ed32391763a3abb7bbc38422d7b8cb5991 (diff) | |
download | volse-hubzilla-5920a96da7f71b45b7d386d27da2c130e3ddb23f.tar.gz volse-hubzilla-5920a96da7f71b45b7d386d27da2c130e3ddb23f.tar.bz2 volse-hubzilla-5920a96da7f71b45b7d386d27da2c130e3ddb23f.zip |
make attachments appear in a dropdown in wall-item-tools-left
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 5df7bb4a1..c2573da0c 100644 --- a/include/text.php +++ b/include/text.php @@ -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'])) |