Fix escaped quotes in translated string
authorColeman Watts <coleman@civicrm.org>
Sun, 29 Mar 2015 23:56:49 +0000 (19:56 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 29 Mar 2015 23:57:28 +0000 (19:57 -0400)
CRM/Contact/Form/Merge.php

index 170727e74df8d1349087f483ca6095699e2f1c71..c46ccd811ce20b035bdd6644e3aa804cff37026f 100644 (file)
@@ -77,7 +77,7 @@ class CRM_Contact_Form_Merge extends CRM_Core_Form {
     }
 
     if (!CRM_Dedupe_BAO_Rule::validateContacts($cid, $oid)) {
-      CRM_Core_Error::statusBounce(ts('The selected pair of contacts are marked as non duplicates. If these records should be merged, you can remove this exception on the <a href=\'%1\'>Dedupe Exceptions</a> page.', array(1 => CRM_Utils_System::url('civicrm/dedupe/exception', 'reset=1'))));
+      CRM_Core_Error::statusBounce(ts('The selected pair of contacts are marked as non duplicates. If these records should be merged, you can remove this exception on the <a href="%1">Dedupe Exceptions</a> page.', array(1 => CRM_Utils_System::url('civicrm/dedupe/exception', 'reset=1'))));
     }
 
     //load cache mechanism