diff --git a/environment_indicator.module b/environment_indicator.module index b576927..411eaf8 100644 --- a/environment_indicator.module +++ b/environment_indicator.module @@ -216,7 +216,7 @@ function environment_indicator_ctools_export_ui_form(&$form, &$form_state) { ); $form['position'] = array( '#title' => t('Position'), - '#descripyion' => t('Whether you want the indicator at the top or at the bottom.'), + '#descripyion' => t('Whether you want the indicator at the top or at the bottom. Please note that this setting has no effect when the user has access to the Toolbar or Admin Menu.'), '#type' => 'radios', '#options' => array( 'top' => t('Top'),