# HG changeset patch # User Marcin Kuzminski # Date 1347460630 -7200 # Node ID b711b337737256c701daed2f628a816b2b6d85db # Parent 0959096b2c0276fc667fb46bca99b6865c04f1ab typo fix diff -r 0959096b2c02 -r b711b3377372 rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html --- a/rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html Wed Sep 12 12:54:46 2012 +0200 +++ b/rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html Wed Sep 12 16:37:10 2012 +0200 @@ -70,7 +70,7 @@ - ${h.checkbox('recursive',value="True", label=_('apply to parents'))} + ${h.checkbox('recursive',value="True", label=_('apply to children'))} ${_('Set or revoke permission to all children of that group, including repositories and other groups')}