diff options
author | friendica <info@friendica.com> | 2014-08-02 14:57:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-02 14:57:13 -0700 |
commit | ae82df4399781ab542bc0799425e0f17b9481d53 (patch) | |
tree | 96f80ffd275128501fa56c5296a15a7d45bf8dd3 /mod/profiles.php | |
parent | 85032a1fa37868699ecbcf791dba7c37ee5a4337 (diff) | |
parent | 32f09b5fc2f06530453502636039fafb0621399b (diff) | |
download | volse-hubzilla-ae82df4399781ab542bc0799425e0f17b9481d53.tar.gz volse-hubzilla-ae82df4399781ab542bc0799425e0f17b9481d53.tar.bz2 volse-hubzilla-ae82df4399781ab542bc0799425e0f17b9481d53.zip |
Merge https://github.com/friendica/red into pending_merge
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 fd0ea39d2..2062f094f 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -515,6 +515,7 @@ function profiles_content(&$a) { '$banner' => t('Edit Profile Details'), '$submit' => t('Submit'), '$viewprof' => t('View this profile'), + '$editvis' => t('Edit visibility'), '$profpic' => t('Change Profile Photo'), '$cr_prof' => t('Create a new profile using these settings'), '$cl_prof' => t('Clone this profile'), |