Index: views_ui_basic/views_ui_basic.admin.inc
===================================================================
--- views_ui_basic/views_ui_basic.admin.inc	(revision 2069)
+++ views_ui_basic/views_ui_basic.admin.inc	(working copy)
@@ -10,7 +10,7 @@
  * Admin form
  */
 function views_ui_basic_admin_form() {
-  $form["#prefix"] = '<p>' . t('Use this form to define which Views may be editable by users with the "' . l('edit views basic settings', 'admin/user/permissions').'" permission.') . '</p><p>' . t('Please note that the  "override" button will be hidden, so if your view uses multiple displays, you will probably want to modify the header/footer/empty text/title/etc fields to be "overriden," otherwise it will update the default display when the user goes in and modifies them.') . '</p>';
+  $form["#prefix"] = '<p>' . t('Use this form to define which Views may be editable by users with the "' . l('edit views basic settings', 'admin/user/permissions').'" permission.') . '</p><p>' . t('Please note that the  edits made via views_ui_basic will automatically override default display settings.') . '</p>';
 
   $form['fsfields'] = array(
     '#type'  => 'fieldset',
