diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-12 15:54:04 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-12 15:54:04 +0000 |
| commit | 6bb124d85033417df2ab822d53a527d10e1cd8a4 (patch) | |
| tree | 905b9138ef1be5e75918d97c323f813a6aa29282 | |
| parent | 0dd87a8773fcd72916dbf8a68737822fd07c163b (diff) | |
| download | themes-6bb124d85033417df2ab822d53a527d10e1cd8a4.tar.gz themes-6bb124d85033417df2ab822d53a527d10e1cd8a4.tar.bz2 themes-6bb124d85033417df2ab822d53a527d10e1cd8a4.zip | |
typo
| -rw-r--r-- | bit_setup_inc.php | 2 |
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" ); |
