Index: dropbox.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/dropbox/dropbox.module,v
retrieving revision 1.1
diff -u -r1.1 dropbox.module
--- dropbox.module	15 Mar 2009 15:59:41 -0000	1.1
+++ dropbox.module	18 May 2009 14:10:00 -0000
@@ -297,7 +297,7 @@
       file_delete($file->filepath);
     }
     else {
-      form_set_error('upload', t('Failed to upload the file. Dropbox returned the following error: !dropbox-error', array('!dropbox-error', $error)));
+      form_set_error('upload', t('Failed to upload the file. Dropbox returned the following error: !dropbox-error', array('!dropbox-error' => $error)));
     }
   }
   else {
