[Vtigercrm-commits] [vtiger development] #6333: Translate module name in settings mailings
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Oct 1 11:41:45 EDT 2009
#6333: Translate module name in settings mailings
------------------------------+---------------------------------------------
Reporter: joebordes | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.2.0
Component: vtigercrm | Version: 5.1.0
Keywords: i18n translation |
------------------------------+---------------------------------------------
Translate module name in settings mailings
{{{
Index: modules/Settings/listwordtemplates.php
===================================================================
--- modules/Settings/listwordtemplates.php (revisión: 1931)
+++ modules/Settings/listwordtemplates.php (copia de trabajo)
@@ -29,7 +29,7 @@
$wordtemplatearray=array();
$wordtemplatearray['templateid'] =
$adb->query_result($result,$i,'templateid');
$wordtemplatearray['description'] =
$adb->query_result($result,$i,'description');
- $wordtemplatearray['module'] = $adb->query_result($result,$i,'module');
+ $wordtemplatearray['module'] =
getTranslatedString($adb->query_result($result,$i,'module'));
$wordtemplatearray['filename'] =
$adb->query_result($result,$i,'filename');
$wordtemplatearray['filetype'] =
$adb->query_result($result,$i,'filetype');
$wordtemplatearray['filesize'] =
$adb->query_result($result,$i,'filesize');
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6333>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list