diff --git a/includes/errors.inc b/includes/errors.inc
index 7fd2de2..42d85b8 100644
--- a/includes/errors.inc
+++ b/includes/errors.inc
@@ -242,7 +242,7 @@ function _drupal_log_error($error, $fatal = FALSE) {
       drupal_set_title(t('Error'));
       // We fallback to a maintenance page at this point, because the page generation
       // itself can generate errors.
-      print theme('maintenance_page', array('content' => t('The website encountered an unexpected error. Please try again later.')));
+      print theme('maintenance_page', array('content' => t('The website has encountered an error. Please try again later.')));
       exit;
     }
   }
