summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager_addprivs.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-02 23:13:17 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-02 23:13:17 +0545
commit9187d6f7ea47bd44a9f4908f916c507419986c52 (patch)
tree00e145fb2fea2f24ac8e002ec9771bc52ece11eb /src/usr/local/www/system_usermanager_addprivs.php
parent213129544f835b69547581a3f18cd04052326646 (diff)
downloadpfsense-9187d6f7ea47bd44a9f4908f916c507419986c52.zip
pfsense-9187d6f7ea47bd44a9f4908f916c507419986c52.tar.gz
Change "privilege" to "access"
in various text to make it read better
Diffstat (limited to 'src/usr/local/www/system_usermanager_addprivs.php')
-rw-r--r--src/usr/local/www/system_usermanager_addprivs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_usermanager_addprivs.php b/src/usr/local/www/system_usermanager_addprivs.php
index b459cfb..d649cff 100644
--- a/src/usr/local/www/system_usermanager_addprivs.php
+++ b/src/usr/local/www/system_usermanager_addprivs.php
@@ -179,7 +179,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_StaticText(
gettext('Privilege information'),
'<span class="help-block">'.
- gettext('The following privileges effectively give the user administrator-level privilege ' .
+ gettext('The following privileges effectively give the user administrator-level access ' .
' because the user gains access to execute general commands, edit system files, ' .
' modify users, change passwords or similar:') .
'<br/>' .
@@ -245,7 +245,7 @@ events.push(function() {
}
$desc = preg_replace("/pfSense/i", $g['product_name'], $pdata['descr']);
if (isset($pdata['warn']) && ($pdata['warn'] == 'standard-warning-root')) {
- $desc .= ' ' . gettext('(This privilege effectively gives administrator-level privilege to the user)');
+ $desc .= ' ' . gettext('(This privilege effectively gives administrator-level access to the user)');
}
$desc = addslashes($desc);
$jdescs .= "descs[{$id}] = '{$desc}';\n";
OpenPOWER on IntegriCloud