Index: admin_menu.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/admin_menu/admin_menu.module,v
retrieving revision 1.26.2.21
diff -u -p -r1.26.2.21 admin_menu.module
--- admin_menu.module	8 Jun 2008 14:09:11 -0000	1.26.2.21
+++ admin_menu.module	8 Jun 2008 14:09:49 -0000
@@ -97,7 +97,7 @@ function admin_menu_theme_settings() {
     '#type' => 'checkbox',
     '#title' => t('Apply margin-top to page body'),
     '#default_value' => variable_get('admin_menu_margin_top', 1),
-    '#description' => t('If this setting is disabled, some absolute or fixed positioned page elements may be covered by Administration Menu.'),
+    '#description' => t('If enabled, the output of this site will be shifted for approx. 20 pixels from the top of the viewport to make room for the Administration Menu. If this setting is disabled, some absolute or fixed positioned page elements at the top of the viewport may be covered by Administration Menu.'),
   );
   $form['tweaks'] = array(
     '#type' => 'fieldset',
