[Vtigercrm-commits] [vtiger-commits] r10098 - /vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 23 05:39:03 EST 2007
Author: richie
Date: Tue Jan 23 03:38:59 2007
New Revision: 10098
Log:
* Fixed the spelling issue, Fixes #2912
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl Tue Jan 23 03:38:59 2007
@@ -44,7 +44,7 @@
if(document.newRoleForm.selectedColumnsString.value.replace(/^\s+/g, '').replace(/\s+$/g, '').length==0)
{ldelim}
- alert('Role should have atlease one profile');
+ alert('Role should have at least one profile');
return false;
{rdelim}
dup_validation();
More information about the vtigercrm-commits
mailing list