diff options
author | friendica <info@friendica.com> | 2013-02-10 00:13:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-10 00:13:34 -0800 |
commit | 260a012b02c4941655e897735eeac09dadcf98c4 (patch) | |
tree | 1bdd06550ce18539c5f302e19aa04644128e3144 /mod | |
parent | e0cbbbf918e17d1c6b415c2f9bd4780b97c4f204 (diff) | |
download | volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.tar.gz volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.tar.bz2 volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.zip |
add soapbox settings
Diffstat (limited to 'mod')
-rw-r--r-- | mod/connections.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connections.php b/mod/connections.php index f16c13bab..8e002d870 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -379,6 +379,7 @@ function connections_content(&$a) { '$me' => t('My Settings'), '$perms' => $perms, '$forum' => t('Forum Members'), + '$soapbox' => t('Soapbox'), '$full' => t('Full Sharing'), '$cautious' => t('Cautious Sharing'), '$follow' => t('Follow Only'), |