summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r--template/en/default/admin/groups/confirm-remove.html.tmpl6
-rw-r--r--template/en/default/admin/groups/edit.html.tmpl2
2 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/groups/confirm-remove.html.tmpl b/template/en/default/admin/groups/confirm-remove.html.tmpl
index 3249ee384..ef3e44a91 100644
--- a/template/en/default/admin/groups/confirm-remove.html.tmpl
+++ b/template/en/default/admin/groups/confirm-remove.html.tmpl
@@ -12,7 +12,7 @@
#%]
[% IF regexp %]
- [% title = "Confirm: Remove Explicit Members in the Regular Expression?" %]
+ [% title = "Confirm: Remove Explicit Members Using A Regular Expression?" %]
[% ELSE %]
[% title = "Confirm: Remove All Explicit Members?" %]
[% END %]
@@ -24,10 +24,10 @@
[% IF regexp %]
<p>This option will remove all users from '[% group.name FILTER html %]'
- whose login names match the regular expression:
+ whose email addresses match the regular expression:
'[% regexp FILTER html %]'</p>
[% ELSE %]
- <p>This option will remove all explicitly defined users
+ <p>This option will remove all explicitly-added users
from '[% group.name FILTER html %].'</p>
[% END %]
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index 3e64fa7c4..5a20ef36e 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -165,7 +165,7 @@
<form method="post" action="editgroups.cgi">
<fieldset id="mass-remove">
- <legend>Remove all explicit memberships from users whose login names
+ <legend>Remove all explicit memberships from users whose email addresses
match the following regular expression:</legend>
<input type="text" size="20" name="regexp">
<input type="submit" id="remove-membership" value="Remove Memberships">