Index: includes/environment.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/includes/environment.inc,v
retrieving revision 1.37
diff -u -p -r1.37 environment.inc
--- includes/environment.inc	24 Jun 2009 00:00:23 -0000	1.37
+++ includes/environment.inc	7 Jul 2009 00:51:10 -0000
@@ -343,7 +343,7 @@ function _drush_bootstrap_drush_validate
       if (!file_exists($tablefile)) {
         drush_shell_exec("curl -s -o $tablefile " . DRUSH_TABLE_URL);
         if (!file_exists($tablefile)) {
-          return drush_bootstrap_error('DRUSH_TABLES_INC', dt('Drush needs a copy of the PEAR Console_Table library saved as !tablefile. Drush attempted to download this automatically, but failed. To continue you will need to download the !version package from http://pear.php.net/package/Console_Table, extract, and move the file Table.php to !tablefile.', array('!version' => DRUSH_TABLE_VERSION ,'!tablefile' => $tablefile)));
+          return drush_bootstrap_error('DRUSH_TABLES_INC', dt("Drush needs a copy of the PEAR Console_Table library in order to function, and the attempt to download this file automatically failed. To continue you will need to download the !version package from http://pear.php.net/package/Console_Table, extract it, and copy the Table.php file into Drush's directory as !tablefile.", array('!version' => DRUSH_TABLE_VERSION ,'!tablefile' => $tablefile)));
         }
       }
     }
