summaryrefslogtreecommitdiffstats
path: root/src/usr
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
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')
-rw-r--r--src/usr/local/www/system_groupmanager.php2
-rw-r--r--src/usr/local/www/system_groupmanager_addprivs.php4
-rw-r--r--src/usr/local/www/system_usermanager.php2
-rw-r--r--src/usr/local/www/system_usermanager_addprivs.php4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/system_groupmanager.php b/src/usr/local/www/system_groupmanager.php
index ad10915..c36b193 100644
--- a/src/usr/local/www/system_groupmanager.php
+++ b/src/usr/local/www/system_groupmanager.php
@@ -254,7 +254,7 @@ function build_priv_table() {
if ($user_has_root_priv) {
$privhtml .= '<tr>';
$privhtml .= '<td colspan="2">';
- $privhtml .= '<b>' . gettext('Security notice: Users in this group effectively have administrator-level privilege') . '</b>';
+ $privhtml .= '<b>' . gettext('Security notice: Users in this group effectively have administrator-level access') . '</b>';
$privhtml .= '</td>';
$privhtml .= '<td>';
$privhtml .= '</td>';
diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php
index 07a69da..69ffadc 100644
--- a/src/usr/local/www/system_groupmanager_addprivs.php
+++ b/src/usr/local/www/system_groupmanager_addprivs.php
@@ -189,7 +189,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_StaticText(
gettext('Privilege information'),
'<span class="help-block">'.
- gettext('The following privileges effectively give administrator-level privilege to users in the group' .
+ gettext('The following privileges effectively give administrator-level access to users in the group' .
' 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 users in the group)');
+ $desc .= ' ' . gettext('(This privilege effectively gives administrator-level access to users in the group)');
}
$desc = addslashes($desc);
$jdescs .= "descs[{$id}] = '{$desc}';\n";
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index 4e14dba..c52c035 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -477,7 +477,7 @@ function build_priv_table() {
if ($user_has_root_priv) {
$privhtml .= '<tr>';
$privhtml .= '<td colspan="3">';
- $privhtml .= '<b>' . gettext('Security notice: This user effectively has administrator-level privilege') . '</b>';
+ $privhtml .= '<b>' . gettext('Security notice: This user effectively has administrator-level access') . '</b>';
$privhtml .= '</td>';
$privhtml .= '<td>';
$privhtml .= '</td>';
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