aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-31 00:38:01 +0100
committerMario Vavti <mario@mariovavti.com>2015-10-31 00:38:01 +0100
commit5920a96da7f71b45b7d386d27da2c130e3ddb23f (patch)
treeb007b7b5dfb640eba778c77dee8a9729c7811606 /include/text.php
parentf8b767ed32391763a3abb7bbc38422d7b8cb5991 (diff)
downloadvolse-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.php2
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']))