浏览代码

User Manager: Changed Groups to Group in column heading.

Nate Jones 11 年之前
父节点
当前提交
d40405ef92
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/users/users.php

+ 1 - 1
core/users/users.php

@@ -150,7 +150,7 @@ echo "	<td align=\"center\">\n";
 
 	echo "<tr>\n";
 	echo th_order_by('username', $text['label-username'], $order_by, $order);
-	echo "<th>".$text['label-groups']."</th>\n";
+	echo "<th>".$text['label-group']."</th>\n";
 	echo "<th>".$text['label-enabled']."</th>\n";
 	echo "<td class='list_control_icons'>";
 	if (permission_exists('user_add')) {