aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-04 00:48:18 -0800
committerfriendica <info@friendica.com>2015-01-04 00:48:18 -0800
commitedd1ad37c47e6f8154fd2da352decc457d6af55c (patch)
treedbab42d1c326b9f45eccdf59e2104a124546e2e9 /mod
parent8d590068e90c86fc43ec1f451fb92f67ee817abf (diff)
parent9433a0ddc8926cc483521e97ae911d2eb82c91f6 (diff)
downloadvolse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.tar.gz
volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.tar.bz2
volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.zip
Merge branch 'master' into trinidad
Diffstat (limited to 'mod')
-rw-r--r--mod/filestorage.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php
index 6b731e440..0a25617f0 100644
--- a/mod/filestorage.php
+++ b/mod/filestorage.php
@@ -147,7 +147,9 @@ function filestorage_content(&$a) {
'$isadir' => $is_a_dir,
'$cpdesc' => t('Copy/paste this code to attach file to a post'),
'$cpldesc' => t('Copy/paste this URL to link file from a web page'),
- '$submit' => t('Submit')
+ '$submit' => t('Submit'),
+ '$attach_btn_title' => t('Attach this file to a new post'),
+ '$link_btn_title' => t('Show URL to this file'),
));
echo $o;