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 814baf6af..214fd98fa 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -733,7 +733,7 @@ function system_theme_settings($key = '') {
'toggle_favicon' => t('Shortcut icon')
);
- // Some features are not always available
+ // Some features are not always available
$disabled = array();
if (!variable_get('user_pictures', 0)) {
$disabled['toggle_node_user_picture'] = true;