diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index c2a9a9bd7d23..9e59eb0327d0 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -1149,7 +1149,7 @@ public static function processImageParams( $statusMsg = ts('Image could not be uploaded due to invalid type extension.'); } if ($opType == 'status') { - CRM_Core_Session::setStatus($statusMsg, 'Sorry', 'error'); + CRM_Core_Session::setStatus($statusMsg, ts('Error'), 'error'); } // FIXME: additional support for fatal, bounce etc could be added. return FALSE;