diff rhodecode/templates/admin/users_groups/users_group_edit.html @ 3582:1f334a68d057 beta

improved title consistency - changed - into dots to save space
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 22:01:31 +0100
parents fa6ba6727475
children 91ff741c4de5
line wrap: on
line diff
--- a/rhodecode/templates/admin/users_groups/users_group_edit.html	Sun Mar 24 20:46:30 2013 +0100
+++ b/rhodecode/templates/admin/users_groups/users_group_edit.html	Sun Mar 24 22:01:31 2013 +0100
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Edit user group')} ${c.users_group.users_group_name} - ${c.rhodecode_name}
+    ${_('Edit user group')} ${c.users_group.users_group_name} &middot; ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">