X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPage%2FRedirect.php;h=4f0b83dde4b60267b614c0890064518c8b989ea6;hb=b1c50c4224c2190871461e84bd63bef8e1da819c;hp=ed855d1df0107c97b7dd688fe9bff1a2ccd0577e;hpb=63155d3255745b6cf19d20083c04e70ca0f76d28;p=civicrm-core.git diff --git a/CRM/Core/Page/Redirect.php b/CRM/Core/Page/Redirect.php index ed855d1df0..4f0b83dde4 100644 --- a/CRM/Core/Page/Redirect.php +++ b/CRM/Core/Page/Redirect.php @@ -38,7 +38,7 @@ class CRM_Core_Page_Redirect extends CRM_Core_Page { */ public static function createUrl($requestPath, $requestArgs, $pageArgs, $absolute) { if (empty($pageArgs['url'])) { - CRM_Core_Error::statusBounce('This page is configured as a redirect, but it does not have a target.'); + CRM_Core_Error::statusBounce(ts('This page is configured as a redirect, but it does not have a target.')); } $vars = [];