Fix missed strings for UI consistency
Fix ellipsis rendering
This commit is contained in:
committed by
Chris Hennes
parent
2eeff96e99
commit
1850c5dc0f
@@ -111,7 +111,7 @@ CmdSurfaceFilling::CmdSurfaceFilling()
|
||||
{
|
||||
sAppModule = "Surface";
|
||||
sGroup = QT_TR_NOOP("Surface");
|
||||
sMenuText = QT_TR_NOOP("Filling…");
|
||||
sMenuText = QT_TR_NOOP("Filling");
|
||||
sToolTipText = QT_TR_NOOP("Creates a surface from a series of selected boundary edges.\n"
|
||||
"Additionally, the surface may be constrained by edges and\n"
|
||||
"vertices that are not on the boundary.");
|
||||
@@ -177,7 +177,7 @@ CmdSurfaceCurveOnMesh::CmdSurfaceCurveOnMesh()
|
||||
{
|
||||
sAppModule = "MeshPart";
|
||||
sGroup = QT_TR_NOOP("Surface");
|
||||
sMenuText = QT_TR_NOOP("Curve on Mesh…");
|
||||
sMenuText = QT_TR_NOOP("Curve on Mesh");
|
||||
sToolTipText = QT_TR_NOOP("Creates an approximated curve on top of a mesh.\n"
|
||||
"This command only works with a mesh object.");
|
||||
sWhatsThis = "Surface_CurveOnMesh";
|
||||
@@ -322,7 +322,7 @@ CmdSurfaceSections::CmdSurfaceSections()
|
||||
{
|
||||
sAppModule = "Surface";
|
||||
sGroup = QT_TR_NOOP("Surface");
|
||||
sMenuText = QT_TR_NOOP("Sections…");
|
||||
sMenuText = QT_TR_NOOP("Sections");
|
||||
sToolTipText = QT_TR_NOOP("Creates a surface from a series of sectional edges");
|
||||
sStatusTip = sToolTipText;
|
||||
sWhatsThis = "Surface_Sections";
|
||||
|
||||
Reference in New Issue
Block a user