[TD]use <br> in ToolTipText vs \n

This commit is contained in:
Wanderer Fan
2022-03-02 12:37:56 -05:00
committed by WandererFan
parent 4a97a6244c
commit 7ebc4c44c9

View File

@@ -1737,7 +1737,7 @@ CmdTechDrawExtensionAreaAnnotation::CmdTechDrawExtensionAreaAnnotation()
sAppModule = "TechDraw";
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Calculate the area of selected faces");
sToolTipText = QT_TR_NOOP("Select several faces\n\
sToolTipText = QT_TR_NOOP("Select several faces<br>\
- click this tool");
sWhatsThis = "TechDraw_ExtensionAreaAnnotation";
sStatusTip = sToolTipText;