The title "more tools" when hovering over the button to show additional tools is not translated when a different culture/messages is loaded.
The problem can be seen on the following dojo link: https://dojo.telerik.com/UMOdULAM/2
Hello, Richard,
The reason for the behavior is the lack of messages for the ToolBar in the messages files. The overflow is generated with title="More Tools" which is causing a tooltip to appear when you hover the dots. This is how the overflow is generated in our source code:
var components = {
overflowAnchor: '<div tabindex="0" class="k-overflow-anchor k-button" title="More tools" role="button"></div>',
overflowContainer: '<ul class="k-overflow-container k-list-container"></ul>'
};
A possible approach would be to change the title attribute value to fit your needs. Note that the ToolBar within other witgets such as the Editor, Spreadsheet etc has separate translations that can be used.
I hope that clears the matter. Let me know if you have any further questions.
Regards,
Martin
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.