diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-04 14:23:23 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2015-01-04 14:23:23 +0100 |
commit | 57809f20a4a3624bfb50bd5bc881fe81db26c02c (patch) | |
tree | ac7af255b8a85b244dd1d10bf5b2e8c26836babd /mod/filestorage.php | |
parent | 386f361855663b445d1497bbbabcf87891ce94d9 (diff) | |
parent | 9433a0ddc8926cc483521e97ae911d2eb82c91f6 (diff) | |
download | volse-hubzilla-57809f20a4a3624bfb50bd5bc881fe81db26c02c.tar.gz volse-hubzilla-57809f20a4a3624bfb50bd5bc881fe81db26c02c.tar.bz2 volse-hubzilla-57809f20a4a3624bfb50bd5bc881fe81db26c02c.zip |
Sorting of autocomplete
Diffstat (limited to 'mod/filestorage.php')
-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; |