From b7a2131869508e43e06dfd34d2fb17188faf4efb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 23 Oct 2018 13:19:18 -0400 Subject: [PATCH] Add ts to untranslated string --- CRM/Contact/BAO/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index c2a9a9bd7d..9e59eb0327 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -1149,7 +1149,7 @@ WHERE civicrm_contact.id = " . CRM_Utils_Type::escape($id, 'Integer'); $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; -- 2.25.1