[Vtigercrm-commits] [vtiger-commits] r7612 - in /vtigercrm/trunk: include/js/Inventory.js modules/Products/AddProductToPriceBooks.html

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 06:07:30 EDT 2006


Author: richie
Date: Wed Jun 28 04:07:24 2006
New Revision: 7612

Log:
alert msg changed from atleast to at least

Modified:
    vtigercrm/trunk/include/js/Inventory.js
    vtigercrm/trunk/modules/Products/AddProductToPriceBooks.html

Modified: vtigercrm/trunk/include/js/Inventory.js
==============================================================================
--- vtigercrm/trunk/include/js/Inventory.js (original)
+++ vtigercrm/trunk/include/js/Inventory.js Wed Jun 28 04:07:24 2006
@@ -343,7 +343,7 @@
 
 	if(rowCnt == 0)
 	{
-		alert('No product is selected. Select atleast one Product');
+		alert('No product is selected. Select at least one Product');
 		return false;
 	}
 

Modified: vtigercrm/trunk/modules/Products/AddProductToPriceBooks.html
==============================================================================
--- vtigercrm/trunk/modules/Products/AddProductToPriceBooks.html (original)
+++ vtigercrm/trunk/modules/Products/AddProductToPriceBooks.html Wed Jun 28 04:07:24 2006
@@ -46,7 +46,7 @@
 		}
 		else 
 		{
-			alert("Please select atleast one entity");
+			alert("Please select at least one entity");
 			return false;
 		}
 	}
@@ -95,7 +95,7 @@
 		}
 		else
 		{
-			alert("Please select atleast one entity");
+			alert("Please select at least one entity");
 			return false;
 		}
 	}





More information about the vtigercrm-commits mailing list