summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-28 09:41:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-28 09:41:11 +0000
commitb2b2431947dabbcf43fe58baa11fa6b0133d7027 (patch)
tree7762b7fa6b18ef3764bcb9af8ae0f37a569f6868 /modules/system/system.module
parent91158a97d2097f6f1792c5c12cf24b2a4cf799d6 (diff)
downloadbrdo-b2b2431947dabbcf43fe58baa11fa6b0133d7027.tar.gz
brdo-b2b2431947dabbcf43fe58baa11fa6b0133d7027.tar.bz2
- Patch #100021 by webchick: renamed 'uncategorized' to 'other' to prevent confusion and over-categorization.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index be8127273..5fd7d7d31 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1509,7 +1509,7 @@ function theme_system_modules($form) {
$modules = $form['validation_modules']['#value'];
foreach ($modules as $module) {
if (!isset($module->info['package'])) {
- $module->info['package'] = 'Uncategorized';
+ $module->info['package'] = 'Other';
}
$packages[$module->info['package']][$module->name] = $module->info;
}