changeset 2832:b711b3377372 beta

typo fix
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 12 Sep 2012 16:37:10 +0200
parents 0959096b2c02
children 2f3cba7b6d16
files rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </tr>
     <tr>
         <td colspan="6">
-           ${h.checkbox('recursive',value="True", label=_('apply to parents'))}
+           ${h.checkbox('recursive',value="True", label=_('apply to children'))}
            <span class="help-block">${_('Set or revoke permission to all children of that group, including repositories and other groups')}</span>
         </td>
     </tr>