summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 64cdd3e..e9ab761 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -14,7 +14,7 @@ $gLibertySystem->registerService(
'content_display_function' => 'themes_content_display',
'content_list_function' => 'themes_content_list',
),
- array( 'description' => 'Applied when user themes enabled; See theme pkg administration to enabled.' )
+ array( 'description' => 'Applied when user themes are enabled; See theme pkg administration to enable.' )
);
require_once( THEMES_PKG_PATH."BitThemes.php" );