diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-25 10:00:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-25 10:00:50 +0200 |
commit | a9d926886e6f8ed389031791799ffd352b8cb651 (patch) | |
tree | e610fd26b3b4805749584177b7b751b85fcde7fa /Zotlabs/Module/Photos.php | |
parent | 6291c08e01edda16a9dbb1f58e91a829538fc25e (diff) | |
download | volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.tar.gz volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.tar.bz2 volse-hubzilla-a9d926886e6f8ed389031791799ffd352b8cb651.zip |
make it more obvious what is behind the dropdowns
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r-- | Zotlabs/Module/Photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php index 00a577847..ce350666f 100644 --- a/Zotlabs/Module/Photos.php +++ b/Zotlabs/Module/Photos.php @@ -1231,6 +1231,7 @@ class Photos extends \Zotlabs\Web\Controller { $o .= replace_macros($photo_tpl, array( '$id' => $ph[0]['id'], '$album' => $album_e, + '$tools_label' => t('Photo Tools'), '$tools' => $tools, '$lock' => $lockstate[1], '$photo' => $photo, |