summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
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 aa8964095..e7f049be9 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -434,7 +434,7 @@ function system_module_listing() {
// the throttle mechanism requires additional modules always be enabled
$throttle_required = array_merge($required, array('modules/statistics.module', 'modules/throttle.module'));
- $header = array(t('Name'), t('Description'), t('Status'), t('Throttle'));
+ $header = array(t('Name'), t('Description'), t('Enabled'), t('Throttle'));
foreach ($files as $filename => $file) {
module_set_filename($file->name, $filename);