summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-06-06 07:25:47 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-06-06 07:25:47 +0000
commitbbfc6b4cbe38533141137031cc4ea97b9a93127a (patch)
treeb30da1982af748d2cb97dcf29944ab7aaef1bc93 /admin
parent74a3c3a72caa9fae5ca3cddd005c1e8c160e792c (diff)
downloadpigeonholes-bbfc6b4cbe38533141137031cc4ea97b9a93127a.tar.gz
pigeonholes-bbfc6b4cbe38533141137031cc4ea97b9a93127a.tar.bz2
pigeonholes-bbfc6b4cbe38533141137031cc4ea97b9a93127a.zip
kernel_config name updates
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_pigeonholes_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/admin_pigeonholes_inc.php b/admin/admin_pigeonholes_inc.php
index 106a954..8d3609a 100644
--- a/admin/admin_pigeonholes_inc.php
+++ b/admin/admin_pigeonholes_inc.php
@@ -1,8 +1,8 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.8 2006/04/26 11:02:08 bitweaver Exp $
+// $Header: /cvsroot/bitweaver/_bit_pigeonholes/admin/admin_pigeonholes_inc.php,v 1.9 2006/06/06 07:25:47 squareing Exp $
$pigeonholeSettings = array(
- 'display_pigeonhole_path' => array(
+ 'pigeonholes_display_path' => array(
'label' => 'Display Path',
'note' => 'Display category paths above the page leading to the object.',
),
@@ -10,7 +10,7 @@ $pigeonholeSettings = array(
'label' => 'Display Members',
'note' => 'Show the other members of the same categories at the bottom of the page.',
),
- 'display_pigeonhole_description' => array(
+ 'pigeonholes_display_description' => array(
'label' => 'Display Description',
'note' => 'When showing the category members, you can display the category description as well.',
),