summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-08-06 03:21:58 +0000
committerBill Marquette <billm@pfsense.org>2007-08-06 03:21:58 +0000
commit4d8bf8cae622c021b1e5e1af7b77cf7e8ef4c846 (patch)
tree47e3a22fa9a781cd3959b7db2941d900e0c7e5a3 /etc
parent8ef95644a3e8724924a3167f032e0ca3fb8ff7fb (diff)
downloadpfsense-4d8bf8cae622c021b1e5e1af7b77cf7e8ef4c846.zip
pfsense-4d8bf8cae622c021b1e5e1af7b77cf7e8ef4c846.tar.gz
Fix description for lock-ipages
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 18a4a1c..0cc0df1 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1025,7 +1025,7 @@ function convert_config() {
$config['system']['user'][0]['priv'][0]['descr'] = "Indicates whether this user will lock access to the webConfigurator for other users.";
$config['system']['user'][0]['priv'][1]['id'] = "lock-ipages";
$config['system']['user'][0]['priv'][1]['name'] = "Lock individual pages";
- $config['system']['user'][0]['priv'][1]['decr'] = "Indicates whether this user will lock individual HTML pages after having accessed a particular page (the lock will be freed if the user leaves or saves the page form).";
+ $config['system']['user'][0]['priv'][1]['descr'] = "Indicates whether this user will lock individual HTML pages after having accessed a particular page (the lock will be freed if the user leaves or saves the page form).";
$config['system']['user'][0]['priv'][2]['id'] = "hasshell";
$config['system']['user'][0]['priv'][2]['name'] = "Has shell access";
$config['system']['user'][0]['priv'][2]['descr'] = "Indicates whether this user is able to login for example via SSH.";
OpenPOWER on IntegriCloud