diff options
author | redmatrix <git@macgirvin.com> | 2016-03-04 14:38:47 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-04 14:38:47 -0800 |
commit | 86f840843fccf8f3c1625a3494e13bce586e68d1 (patch) | |
tree | e4f3e7ae0e1d13fde4b67e0321eff2963889fbc2 /mod | |
parent | 9a0f0181a5c103476ad8617c2d71983f2f71da1b (diff) | |
parent | 25ebac8d0b8acd73c13a0789a0292591f6ccc204 (diff) | |
download | volse-hubzilla-86f840843fccf8f3c1625a3494e13bce586e68d1.tar.gz volse-hubzilla-86f840843fccf8f3c1625a3494e13bce586e68d1.tar.bz2 volse-hubzilla-86f840843fccf8f3c1625a3494e13bce586e68d1.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'mod')
-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 282d741ac..3ae1390df 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -675,6 +675,7 @@ function profiles_content(&$a) { '$submit' => t('Submit'), '$viewprof' => t('View this profile'), '$editvis' => t('Edit visibility'), + '$coverpic' => t('Change Cover Photo'), '$profpic' => t('Change Profile Photo'), '$cr_prof' => t('Create a new profile using these settings'), '$cl_prof' => t('Clone this profile'), |