summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/remove.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups/remove.html.tmpl')
-rw-r--r--template/en/default/admin/groups/remove.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/admin/groups/remove.html.tmpl b/template/en/default/admin/groups/remove.html.tmpl
index 0eed2d9fb..8c41333e4 100644
--- a/template/en/default/admin/groups/remove.html.tmpl
+++ b/template/en/default/admin/groups/remove.html.tmpl
@@ -33,11 +33,13 @@
[% IF remove_all %]
- [% title = "Removing All Explicit Group Memberships from '"
- _ name _ "'" %]
+ [% title = BLOCK %]
+ Removing All Explicit Group Memberships from '[% name FILTER html %]'
+ [% END %]
[% ELSE %]
- [% title = "Removing All Explicit Group Memberships Matching "
- _ "Group RegExp from '" _ name _ "'" %]
+ [% title = BLOCK %]
+ Removing All Explicit Group Memberships Matching Group RegExp from '[% name FILTER html %]'
+ [% END %]
[% END %]
[% PROCESS global/header.html.tmpl %]