[Vtigercrm-commits] [Vtiger development] #8453: String JSLBL_Failed_To_Open_Email should not exist

Vtiger development vtiger-tickets at trac.vtiger.com
Mon Feb 9 16:03:12 GMT 2015


#8453: String JSLBL_Failed_To_Open_Email should not exist
---------------------------+------------------------
 Reporter:  olivierhallot  |      Owner:  developer
     Type:  defect         |     Status:  new
 Priority:  unassigned     |  Milestone:  Unassigned
Component:  vtigercrm      |    Version:  6.2.0
 Severity:  Medium         |   Keywords:
---------------------------+------------------------
 The string

 '''JSLBL_Failed_To_Open_Email'''

 located in

 '''pkg/vtiger/modules/MailManager/templates/resources/MailManager.js'''

 in line 681:


 {{{
 Vtiger_Helper_Js.showPnotify(app.vtranslate('JSLBL_Failed_To_Open_Email'));
 }}}


 should actually be

 '''JSLBL_Failed_To_Open_Mail'''

 as the two strings refers to the same situation and the last is used many
 times in the code.

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


More information about the vtigercrm-commits mailing list