Index: uc_restrict_shipping.module
===================================================================
--- uc_restrict_shipping.module	(revision 1429)
+++ uc_restrict_shipping.module	(working copy)
@@ -894,11 +894,11 @@
     foreach ($fail as $reason) {
     switch ($reason) {
         case 'country':
-        form_set_error('', t('We are sorry to inform you that we do not ship to your selected country: @country',
+        form_set_error('', t('We are sorry to inform you that we do not ship selected item(s) to your contry: @country. Therefore, we cannot proceed further. Please read our shipping policies and review your order.',
           array('@country' => $country->country_name )));
       break;
       case 'zone':
-        form_set_error('', t('We are sorry to inform you that we do not ship to your selected state/province: @zone',
+        form_set_error('', t('We are sorry to inform you that we do not ship selected item(s) to your state/province: @zone. Therefore, we cannot proceed further. Please read our shipping policies and review your order.',
           array('@zone' => $zone->zone_name )));
       break;
       }
