diff rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html @ 3221:dd0ee9119aa9 beta

recursive mode of setting permission should skip private repositories, they should remain private, it's proper thing to do !
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Jan 2013 00:30:25 +0100
parents b4f401524060
children 92dfc033ee6f
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html	Fri Jan 25 00:13:01 2013 +0100
+++ b/rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html	Fri Jan 25 00:30:25 2013 +0100
@@ -71,7 +71,7 @@
     <tr>
         <td colspan="6">
            ${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>
+           <span class="help-block">${_('Set or revoke permission to all children of that group, including non-private repositories and other groups')}</span>
         </td>
     </tr>
 </table>