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

index 62f2d195fa77382d9e73ec02850a63e7ee4c8dd5..701ff956136f4b949cf07d091d8ec95051416aeb 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 >> 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])), 'Profile Required', 'error');
       CRM_Utils_System::redirect($this->_userContext);
     }
 
index af9b807ab058313748a4430554256027fc5ac4da..0e6b14d6ce0a68952e33a2df0185cb45b036b71b 100644 (file)
@@ -31,7 +31,7 @@
   </field>
   <field>
     <name>deny</name>
-    <title>Deny ACl?</title>
+    <title>Deny ACL?</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>
index 30787425dfff90db386c1b00f7ed7ba3fed732de..d9ee5bb74ce72108a4ac746e436dc2be674fd424 100644 (file)
@@ -78,7 +78,7 @@
   <field>
     <name>html_type</name>
     <type>varchar</type>
-    <title>Custom Field HTMl Type</title>
+    <title>Custom Field HTML Type</title>
     <length>32</length>
     <required>true</required>
     <comment>HTML types plus several built-in extended types.</comment>