--- ../../../drupal-6.x-dev/includes/file.inc	2007-07-15 13:11:17.000000000 +0200
+++ file.inc	2007-07-15 13:09:17.000000000 +0200
@@ -302,7 +302,7 @@ function file_destination($destination, 
         break;
 
       case FILE_EXISTS_ERROR:
-        drupal_set_message(t('The selected file %file could not be copied, because a file by that name already exists in the destination.', array('%file' => $source)), 'error');
+        drupal_set_message(t('The selected file %file could not be copied, because a file by that name already exists in the destination.', array('%file' => $destination)), 'error');
         return FALSE;
     }
   }
