diff options
author | friendica <info@friendica.com> | 2012-12-08 11:59:21 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-08 11:59:21 -0800 |
commit | 2a39a5feee0c222e25505bfbc06e2a6d52226fb0 (patch) | |
tree | d78a0c8167c1d5eb05a86615e8890026c50aeb48 /mod/profiles.php | |
parent | a65111b9914c99695329162939a0a76f50859acb (diff) | |
download | volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.tar.gz volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.tar.bz2 volse-hubzilla-2a39a5feee0c222e25505bfbc06e2a6d52226fb0.zip |
upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 9661fac69..96fe97260 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -491,6 +491,7 @@ function profiles_content(&$a) { '$banner' => t('Edit Profile Details'), '$submit' => t('Submit'), '$viewprof' => t('View this profile'), + '$profpic' => t('Change Profile Photo'), '$cr_prof' => t('Create a new profile using these settings'), '$cl_prof' => t('Clone this profile'), '$del_prof' => t('Delete this profile'), |