--HR-379 Fixes error csv for comma separated message
authorNileema <nileema@nileema.(none)>
Wed, 17 Sep 2014 13:37:12 +0000 (19:07 +0530)
committerNileema <nileema@nileema.(none)>
Wed, 17 Sep 2014 13:37:12 +0000 (19:07 +0530)
CRM/Contact/Import/Parser/Contact.php

index 5c452b00adff2e6c8ac20c1dd9ad1d4dbaeefe4b..5007ad6896a4d132ac2622c97ac4c1fa89b9e32d 100644 (file)
@@ -1431,7 +1431,7 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Contact_Import_Parser {
                   }
                   else {
                     if (self::in_value($stateValue['country'], $countryIsoCodes) || self::in_value($stateValue['country'], $countryNames)) {
-                      self::addToErrorMsg(ts('Country input value is in table but not "available": "This Country is valid but is NOT in the list of Available Countries currently configured for your site. This can be viewed and modifed from Administer > Localization > Languages, Currency, Locations." '), $errorMessage);
+                      self::addToErrorMsg(ts('Country input value is in table but not "available": "This Country is valid but is NOT in the list of Available Countries currently configured for your site. This can be viewed and modifed from Administer > Localization > Languages Currency Locations." '), $errorMessage);
                     }
                     else {
                       self::addToErrorMsg(ts('Country input value not in country table: "The Country value appears to be invalid. It does not match any value in CiviCRM table of countries."'), $errorMessage);