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/Profiles.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/Profiles.php')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index 30ec337f8..72edf396f 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -691,6 +691,7 @@ class Profiles extends \Zotlabs\Web\Controller { '$submit' => t('Submit'), '$viewprof' => t('View this profile'), '$editvis' => t('Edit visibility'), + '$tools_label' => t('Profile Tools'), '$coverpic' => t('Change cover photo'), '$profpic' => t('Change profile photo'), '$cr_prof' => t('Create a new profile using these settings'), |