diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-07 13:29:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-07 13:29:36 +0200 |
commit | 4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07 (patch) | |
tree | 62e38c58f072bc53e565d8d7679806154772b5d6 /Zotlabs/Module/Photos.php | |
parent | 4499ee178f5ae7238fe1d3bd4bcc5060111f546a (diff) | |
download | volse-hubzilla-4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07.tar.gz volse-hubzilla-4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07.tar.bz2 volse-hubzilla-4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07.zip |
Use Add Files/Photos instead of Upload to open the upload dialog
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r-- | Zotlabs/Module/Photos.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php index 81af607ec..05cacb2c2 100644 --- a/Zotlabs/Module/Photos.php +++ b/Zotlabs/Module/Photos.php @@ -841,7 +841,7 @@ class Photos extends \Zotlabs\Web\Controller { '$album_id' => $datum, '$album_edit' => array(t('Edit Album'), $album_edit), '$can_post' => $can_post, - '$upload' => array(t('Upload'), z_root() . '/photos/' . \App::$data['channel']['channel_address'] . '/upload/' . $datum), + '$upload' => array(t('Add Photos'), z_root() . '/photos/' . \App::$data['channel']['channel_address'] . '/upload/' . $datum), '$order' => $order, '$upload_form' => $upload_form, '$usage' => $usage_message @@ -1378,7 +1378,7 @@ class Photos extends \Zotlabs\Web\Controller { '$title' => t('Recent Photos'), '$album_id' => bin2hex(t('Recent Photos')), '$can_post' => $can_post, - '$upload' => array(t('Upload'), z_root().'/photos/'.\App::$data['channel']['channel_address'].'/upload'), + '$upload' => array(t('Add Photos'), z_root().'/photos/'.\App::$data['channel']['channel_address'].'/upload'), '$photos' => $photos, '$upload_form' => $upload_form, '$usage' => $usage_message |