diff options
author | friendica <info@friendica.com> | 2015-01-04 00:48:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-04 00:48:17 -0800 |
commit | 9433a0ddc8926cc483521e97ae911d2eb82c91f6 (patch) | |
tree | 2c61d0a769ff851f078bef76961dfa4f5923a394 /mod | |
parent | 028dff44cccc27db4140ad41fc4893d6cd6ad0f0 (diff) | |
parent | 753e6809d920f0205b49d45072c8a5bb687c1797 (diff) | |
download | volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.tar.gz volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.tar.bz2 volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r-- | mod/filestorage.php | 4 |
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; |