diff --git a/includes/install.core.inc b/includes/install.core.inc
index b18d23d..889d580 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -1381,7 +1381,7 @@ function install_load_profile(&$install_state) {
     $install_state['profile_info'] = install_profile_info($install_state['parameters']['profile'], $install_state['parameters']['locale']);
   }
   else {
-    throw new Exception(st('Sorry, the profile you have chosen cannot be loaded.'));
+    throw new Exception(st('The profile was not found at the expected location in the file system (@profile).', array('@profile' => $profile_file)));
   }
 }
 
