aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-18 01:38:11 -0700
committerfriendica <info@friendica.com>2012-05-18 01:38:11 -0700
commit34b79b4f2b8b9a563717ca60bc55ff868c29df1a (patch)
tree4c7941b832a162a77e1edf5aca7261aa4f8a1d0e /mod/settings.php
parent5ecaeb8e5c9fb01ee768df2a650d2187d971b105 (diff)
downloadvolse-hubzilla-34b79b4f2b8b9a563717ca60bc55ff868c29df1a.tar.gz
volse-hubzilla-34b79b4f2b8b9a563717ca60bc55ff868c29df1a.tar.bz2
volse-hubzilla-34b79b4f2b8b9a563717ca60bc55ff868c29df1a.zip
theming for default group selector
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 8c7b1c49c..40fa55eea 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -991,7 +991,7 @@ function settings_content(&$a) {
'$suggestme' => $suggestme,
'$blockwall'=> $blockwall, // array('blockwall', t('Allow friends to post to your profile page:'), !$blockwall, ''),
'$blocktags'=> $blocktags, // array('blocktags', t('Allow friends to tag your posts:'), !$blocktags, ''),
- '$group_lbl_select' => t('Default privacy group for new contacts'),
+
'$group_select' => $group_select,