[Vtigercrm-commits] [vtiger development] #7408: Change User password dialog fails when using en_gb, displays mini home page

vtiger development vtiger-tickets at trac.vtiger.com
Tue May 8 12:28:32 PDT 2012


#7408: Change User password dialog fails when using en_gb, displays mini home page
------------------------+---------------------------------------------------
 Reporter:  wohenben    |       Owner:  developer 
     Type:  defect      |      Status:  new       
 Priority:  unassigned  |   Milestone:  Unassigned
Component:  vtigercrm   |     Version:  5.4.0     
 Severity:  Medium      |    Keywords:            
------------------------+---------------------------------------------------
 There is a syntax error in the en_gb language file under
 modules/Users/language

   'ERR_REENTER_PASSWORDS' => 'Please re-enter passwords. The "new
 password" and "confirm password" values do not match.',

 The internal string quotes should be escaped:

   'ERR_REENTER_PASSWORDS' => 'Please re-enter passwords. The \"new
 password\" and \"confirm password\" values do not match.',

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7408>
vtiger development <http://trac.vtiger.com/>
vtiger CRM



More information about the vtigercrm-commits mailing list