description="Use the field on table "+model_data[choices[i].table_alias].model_name;
description=_t("Use the field on model")+" <b>"+model_data[choices[i].table_alias].model_name+"</b>";
}else{
}else{
varnew_str="";
varnew_str="";
if(choices[i].join_node!==-1){
if(choices[i].join_node!==-1){
new_str="new ";
new_str="<b>"+_t("new")+"</b> ";
}
}
description="Join using the field '"+choices[i].description+"' from "+new_str+"model '"+choices[i].model_name+"'";
description=_t("<b>Join</b> using the field")+" <u><b>"+choices[i].description+"</b></u> "+_t("on ")+new_str+_t("model")+" <b>"+choices[i].model_name+"</b>";