summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-03 17:33:58 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-03 17:33:58 +0000
commit89c1777a0b5840c64af7a4105c520656c0bed077 (patch)
treef0aeb204978079cc6244211d849c1baabe0919aa
parent322ac5a628b2961cbf0cfc670b96dd48051e7aa1 (diff)
downloadpfsense-89c1777a0b5840c64af7a4105c520656c0bed077.zip
pfsense-89c1777a0b5840c64af7a4105c520656c0bed077.tar.gz
Change the text in the privilege table row to read "Assigned Privileges"
instead of "Effective Privileges". This is in contrast to the user page which also lists group privilege inheritance.
-rw-r--r--usr/local/www/system_groupmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index 7991a59..31f3779 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -324,7 +324,7 @@ function presubmit() {
<?php endif; ?>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Effective Privileges");?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Assigned Privileges");?></td>
<td width="78%" class="vtable">
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud