Is there any way to break a line in ToolTipTitle and ToolTipDescription of a MS CRM 2011 Ribbon? The code below puts a line break just in the title, but not in the tooltip texts (texts of tooltip are “onetwo” using this code):
<Button Id="tmpBut" Command="tmpCmd"
LabelText="one​​two"
ToolTipTitle="one​​two"
ToolTipDescription="one​​two"
TemplateAlias="isv" Image16by16="/_imgs/ribbon/Activate_16.png"
Image32by32="/_imgs/ribbon/Activate_32.png" />
Untested, however a search of the CRM SDK (Community) content suggests this for the Description attribute: