diff --git a/editor/eclipse.inc b/editor/eclipse.inc
index 3e7897a..964788d 100644
--- a/editor/eclipse.inc
+++ b/editor/eclipse.inc
@@ -16,7 +16,7 @@ define('DRUSH_DRUBUNTU_ECLIPSE_DRUPAL_PACKAGES', 'Drupal_for_Eclipse_PDT.feature
 class drubuntu_engine_eclipse implements drubuntu_engine {
   function install() {
     drush_drubuntu_exec('Adding apt-get repository for Eclipse plugins.',  'sudo add-apt-repository ppa:yogarine/eclipse/ubuntu && sudo apt-get update', array(), 'Repository added successfully.', 'DRUBUNTU_ECLIPSE_REPO_FAILED', 'Problems adding the repository.');
-    drush_drubuntu_exec('Installing Eclipse and plugins.',  'sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install ' . drush_get_option('eclipse-packages', DRUSH_DRUBUNTU_ECLIPSE_PACKAGES), array(), 'Eclipse and plugins installed successfully.', 'DRUBUNTU_ECLIPSE_INSTALL_FAILED', 'Problems were encountered installing Eclipse and plugins.');
+    drush_drubuntu_exec('Installing Eclipse and plugins. (This may take a while.)',  'sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install ' . drush_get_option('eclipse-packages', DRUSH_DRUBUNTU_ECLIPSE_PACKAGES), array(), 'Eclipse and plugins installed successfully.', 'DRUBUNTU_ECLIPSE_INSTALL_FAILED', 'Problems were encountered installing Eclipse and plugins.');
   
     drush_print('Installing Eclipse configuration.');
     if (is_dir($_SERVER['HOME'] . '/.eclipse')) {
@@ -139,4 +139,4 @@ class drubuntu_engine_eclipse implements drubuntu_engine {
   }
   function add_site() { print 'noop'; }
   function remove_site() { print 'noop'; }
-}
\ No newline at end of file
+}
