diff --git a/webui/attribute-change.php b/webui/attribute-change.php
index 746b817bbc9a2cceb661b9d25aeb2ac033c8c897..71c2763e2e8a5e03272493e0a18ad9d6fd8356f4 100644
--- a/webui/attribute-change.php
+++ b/webui/attribute-change.php
@@ -70,7 +70,6 @@ if ($_POST['frmaction'] == "change") {
 				<tr>
 					<td class="entrytitle texttop">
 						Operator
-						<?php tooltip('user_attributes_operator'); ?>
 					</td>
 					<td class="oldval texttop"><?php echo $row->operator ?></td>
 					<td>
diff --git a/webui/group-main.php b/webui/group-main.php
index 7d1a2f10ec2cfe0af3d6139590effe9e03351018..103aff078a05acd17a74c0e263d1e242fa653ca3 100644
--- a/webui/group-main.php
+++ b/webui/group-main.php
@@ -48,7 +48,7 @@ printHeader(array(
 						} else if (myobj.selectedIndex == 3) {
 							myform.action = 'group-delete.php';
 						} else if (myobj.selectedIndex == 5) {
-							myform.action = 'group-member-main.php';
+							myform.action = 'group-users.php';
 						} else if (myobj.selectedIndex == 6) {
 							myform.action = 'group-attributes.php';
 						}
@@ -61,7 +61,7 @@ printHeader(array(
 				<option value="add">Add Group</option>
 				<option value="delete">Delete Group</option>
 				<option disabled="disabled"> - - - - - - - - - - - </option>
-				<option value="members">List Members</option>
+				<option value="members">List Users</option>
 				<option value="members">List Attributes</option>
 			</select> 
 		</div>
diff --git a/webui/group-member-main.php b/webui/group-users.php
similarity index 100%
rename from webui/group-member-main.php
rename to webui/group-users.php
diff --git a/webui/includes/tooltipdata.php b/webui/includes/tooltipdata.php
index 9cc8be942e3c712e872700f3bda3d8970da89612..fa811be4a8efdb9ba03d7d88bd1fae91e15488b1 100644
--- a/webui/includes/tooltipdata.php
+++ b/webui/includes/tooltipdata.php
@@ -1,6 +1,6 @@
 <?php
 
 # Tooltip data
-$tooltips['user_attributes_operator'] = "Maximum Operator Length: xxxx";
+$tooltips['user_attributes_name'] = "Please refer to the manual for a list of allowed attribute names";
 
 ?>
diff --git a/webui/attribute-add.php b/webui/user-attribute-add.php
similarity index 100%
rename from webui/attribute-add.php
rename to webui/user-attribute-add.php