CRM-16111: Translation string fixes (reported by r4zoli).
authorMathieu Lutfy <mathieu@bidon.ca>
Sat, 14 Mar 2015 14:45:48 +0000 (10:45 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Sat, 14 Mar 2015 14:45:48 +0000 (10:45 -0400)
CRM/Contribute/Form/Task/PickProfile.php

index 701ff956136f4b949cf07d091d8ec95051416aeb..968fe51393e046f235e4389e86aa23ee9a087cf0 100644 (file)
@@ -96,7 +96,7 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task {
     $profiles = CRM_Core_BAO_UFGroup::getProfiles($types, TRUE);
 
     if (empty($profiles)) {
-      CRM_Core_Session::setStatus(ts("You will need to create a Profile containing the %1 fields you want to edit before you can use Batch Update via Profile. Navigate to Administer CiviCRM > Customize Data and Screens > CiviCRM Profile to configure a Profile. Consult the online Administrator documentation for more information.", array(1 => $types[0])), 'Profile Required', 'error');
+      CRM_Core_Session::setStatus(ts("You will need to create a Profile containing the %1 fields you want to edit before you can use Batch Update via Profile. Navigate to Administer CiviCRM > Customize Data and Screens > CiviCRM Profile to configure a Profile. Consult the online Administrator documentation for more information.", array(1 => $types[0])), ts('Profile Required'), 'error');
       CRM_Utils_System::redirect($this->_userContext);
     }