Hi Kelly,Thank you for quick repsonse. I've tried your test and found out this:working: esri.bundle.toolbars.draw.addMultipoint = 'localized text';
working: esri.bundle.toolbars.draw = { addMultipoint: 'localized text'};
NOT working: esri.bundle.toolbars = {draw: { addMultipoint: 'localized text'}};
As you can see, setting custom properties on higher level then esri.bundle.toolbars.draw doesn't work (and does in version 3.3). Obviously I can live with it but I'm curious what the problem is.Tomas