Fix english
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 15 Sep 2016 06:24:03 +0000 (16:24 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 15 Sep 2016 06:24:03 +0000 (16:24 +1000)
CRM/Upgrade/Incremental/php/FourSeven.php

index 48359402523b4cc51c3077c0a1a6755bcb380d47..3369802562f4a2222bed469d3b3cf016a4972d8c 100644 (file)
@@ -103,7 +103,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
     //  $postUpgradeMessage .= '<br /><br />' . ts("WARNING: For increased security, profile submissions embedded in remote sites are no longer allowed to create or edit data by default. If you need to allow users to submit profiles from external sites, you can restore this at Administer > System Settings > Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.) > 'Accept profile submissions from external sites'");
     //}
     if ($rev == '4.7.11') {
-      $postUpgradeMessage .= '<br /><br />' . ts("By default, CiviCRM now disables the ability to import directly for SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'.");
+      $postUpgradeMessage .= '<br /><br />' . ts("By default, CiviCRM now disables the ability to import directly from SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'.");
     }
   }