aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-03 13:42:05 +0100
committermarijus <mario@mariovavti.com>2015-01-03 13:42:05 +0100
commit0779e3ae53161843110610eba27380bfab0b2dd0 (patch)
tree7c4f8a2df45d47218098aa95c63b839d08817768 /mod
parent3e073f4b626ce5e12f3c9412afa5505ac26e5a9b (diff)
downloadvolse-hubzilla-0779e3ae53161843110610eba27380bfab0b2dd0.tar.gz
volse-hubzilla-0779e3ae53161843110610eba27380bfab0b2dd0.tar.bz2
volse-hubzilla-0779e3ae53161843110610eba27380bfab0b2dd0.zip
provide some info for buttons
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;