diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-19 21:17:24 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-19 21:17:24 -0700 |
commit | 419b4ecfde2c636da41a07033b279d3aaf21b067 (patch) | |
tree | 35243288f992b1f47d35099202e8ecd88b5ef970 /include/group.php | |
parent | 69920fb7173887f83052e682d5273b16e9c34c49 (diff) | |
download | volse-hubzilla-419b4ecfde2c636da41a07033b279d3aaf21b067.tar.gz volse-hubzilla-419b4ecfde2c636da41a07033b279d3aaf21b067.tar.bz2 volse-hubzilla-419b4ecfde2c636da41a07033b279d3aaf21b067.zip |
use consistent terminology
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php index 81e9b98f2..0875b10f9 100644 --- a/include/group.php +++ b/include/group.php @@ -229,7 +229,7 @@ function mini_group_select($uid,$group = '') { logger('mini_group_select: ' . print_r($grps,true), LOGGER_DATA); $o = replace_macros(get_markup_template('group_selection.tpl'), array( - '$label' => t('Default privacy group for new contacts'), + '$label' => t('Add new connections to this collection (privacy group)'), '$groups' => $grps )); return $o; |