summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-06-11 10:47:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-06-11 10:47:34 +0000
commit15f9fe38f3dd44f2fc5e032f1b3d87d4049d6b5f (patch)
tree9fe3fbfa344df4b76dc1ef51adba94ce5b29c1b9 /admin
parentbbfc6b4cbe38533141137031cc4ea97b9a93127a (diff)
downloadpigeonholes-15f9fe38f3dd44f2fc5e032f1b3d87d4049d6b5f.tar.gz
pigeonholes-15f9fe38f3dd44f2fc5e032f1b3d87d4049d6b5f.tar.bz2
pigeonholes-15f9fe38f3dd44f2fc5e032f1b3d87d4049d6b5f.zip
rewrite adimn help to make it less cryptic
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_pigeonholes_inc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php
index 8d3609a..8278da9 100644
--- a/admin/admin_pigeonholes_inc.php
+++ b/admin/admin_pigeonholes_inc.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.9 2006/06/06 07:25:47 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.10 2006/06/11 10:47:34 squareing Exp $
$pigeonholeSettings = array(
'pigeonholes_display_path' => array(
@@ -15,16 +15,16 @@ $pigeonholeSettings = array(
'note' => 'When showing the category members, you can display the category description as well.',
),
'pigeonholes_themes' => array(
- 'label' => 'Enable variable theme selection',
+ 'label' => 'Theme selection',
'note' => 'Allow the selection of a different theme to use for a category.',
),
'pigeonholes_permissions' => array(
- 'label' => 'Enable variable permission selection',
- 'note' => 'Allow the selection of different permissions to use for each category.',
+ 'label' => 'Permission gating',
+ 'note' => 'Limit category access to users with a given permission. Permission settings are inhertied by child categories.',
),
'pigeonholes_groups' => array(
- 'label' => 'Enable group management selection',
- 'note' => 'Allow the selection of a different group to use for a category.',
+ 'label' => 'Group management',
+ 'note' => 'Limit category access to specific groups. Group settings are inhertied by child categories.',
),
'pigeonholes_use_jstab' => array(
'label' => 'Use seperate Tab',