changeset 5134:b414135235ea

permissions: fix a copy/paste error, rename repository group to user group in tooltip
author Peter Vitt <peter.vitt2@uni-siegen.de>
date Tue, 12 May 2015 22:03:36 +0200
parents 9b8ba0f1c87b
children 735818215a87
files kallithea/templates/admin/permissions/permissions_globals.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/permissions/permissions_globals.html	Tue May 12 09:54:46 2015 -0700
+++ b/kallithea/templates/admin/permissions/permissions_globals.html	Tue May 12 22:03:36 2015 +0200
@@ -50,7 +50,7 @@
                     ${h.checkbox('overwrite_default_user_group','true')}
                     <label for="overwrite_default_user_group">
                     <span class="tooltip"
-                    title="${h.tooltip(_('All default permissions on each user group will be reset to chosen permission, note that all custom default permission on repository groups will be lost'))}">
+                    title="${h.tooltip(_('All default permissions on each user group will be reset to chosen permission, note that all custom default permission on user groups will be lost'))}">
                     ${_('Overwrite existing settings')}</span> </label>
 
                 </div>