summaryrefslogtreecommitdiffstatshomepage
path: root/core/includes/errors.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/includes/errors.inc')
-rw-r--r--core/includes/errors.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/errors.inc b/core/includes/errors.inc
index 4bf4fade14ca..b9d520252abe 100644
--- a/core/includes/errors.inc
+++ b/core/includes/errors.inc
@@ -260,7 +260,7 @@ function _drupal_log_error($error, $fatal = FALSE) {
// We fallback to a maintenance page at this point, because the page generation
// itself can generate errors.
// Should not translate the string to avoid errors producing more errors.
- $message = 'The website encountered an unexpected error. Please try again later.' . '<br />' . $message;
+ $message = 'The website encountered an unexpected error. Try again later.' . '<br />' . $message;
if ($is_installer) {
// install_display_output() prints the output and ends script execution.