summaryrefslogtreecommitdiffstats
path: root/app/views/roles/permissions.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/roles/permissions.html.erb')
-rw-r--r--app/views/roles/permissions.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/roles/permissions.html.erb b/app/views/roles/permissions.html.erb
index b70e2109b..301624509 100644
--- a/app/views/roles/permissions.html.erb
+++ b/app/views/roles/permissions.html.erb
@@ -36,7 +36,7 @@
<th>
<%= link_to_function('',
"toggleCheckboxesBySelector('input.role-#{role.id}')",
- :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}",
+ :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}",
:class => 'icon-only icon-checked') %>
<%= content_tag(role.builtin? ? 'em' : 'span', role.name) %>
</th>
@@ -63,7 +63,7 @@
<td class="name">
<%= link_to_function('',
"toggleCheckboxesBySelector('.permission-#{permission.name} input')",
- :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}",
+ :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}",
:class => 'icon-only icon-checked') %>
<%= humanized_perm_name %>
</td>