diff options
Diffstat (limited to 'core/includes/form.inc')
-rw-r--r-- | core/includes/form.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/form.inc b/core/includes/form.inc index 2aabd2f6dc7..d3aeb4577ec 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -939,7 +939,7 @@ function batch_process($redirect = NULL, Url $url = NULL, $redirect_callback = N $query_options['op'] = 'finished'; $error_url->setOption('query', $query_options); - $batch['error_message'] = t('Please continue to <a href=":error_url">the error page</a>', [':error_url' => $error_url->toString(TRUE)->getGeneratedUrl()]); + $batch['error_message'] = t('Continue to <a href=":error_url">the error page</a>', [':error_url' => $error_url->toString(TRUE)->getGeneratedUrl()]); // Clear the way for the redirection to the batch processing page, by // saving and unsetting the 'destination', if there is any. |