diff --git a/includes/destinations.s3.inc b/includes/destinations.s3.inc
index 8937162..7721342 100644
--- a/includes/destinations.s3.inc
+++ b/includes/destinations.s3.inc
@@ -178,7 +178,7 @@ class backup_migrate_destination_s3 extends backup_migrate_destination_remote {
         return $this->s3;
       }
     }
-    drupal_set_message(t('Due to drupal.org code hosting policies, the S3 library needed to use an S3 destination is no longer distributed with this module. You must download the library from !link and place it in one of these locations: %locations.', array('%locations' => implode(', ', $library_paths), '!link' => l('http://undesigned.org.za/2007/10/22/amazon-s3-php-class', 'http://undesigned.org.za/2007/10/22/amazon-s3-php-class'))), 'error', FALSE);
+    drupal_set_message(t('Due to drupal.org code hosting policies, the S3 library needed to use an S3 destination is no longer distributed with this module. You must download the library from !link and extract the S3.php file. This file must be added to the includes directory in the Backup and Migrate module directory. The other files, like the example files and the README.txt, are not required by the Backup and Migrate module.', array('!link' => l('http://undesigned.org.za/2007/10/22/amazon-s3-php-class', 'http://undesigned.org.za/2007/10/22/amazon-s3-php-class'))), 'error', FALSE);
     return NULL;
   }
 }
