GUI: Fix some translatable text (#24289)
This commit is contained in:
@@ -5245,7 +5245,7 @@ CmdSketcherConstrainDistanceX::CmdSketcherConstrainDistanceX()
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Horizontal Dimension");
|
||||
sToolTipText = QT_TR_NOOP("Constrains the horizontal distance between two points, or from a point to the origin if one is selected");
|
||||
sToolTipText = QT_TR_NOOP("Constrains the horizontal distance between two points, or from a point to the origin if only one is selected");
|
||||
sWhatsThis = "Sketcher_ConstrainDistanceX";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Constraint_HorizontalDistance";
|
||||
@@ -8854,7 +8854,7 @@ CmdSketcherConstrainAngle::CmdSketcherConstrainAngle()
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Angle Dimension");
|
||||
sToolTipText = QT_TR_NOOP("Constrains the angle of the selected elements");
|
||||
sToolTipText = QT_TR_NOOP("Constrains the angle between two straight lines or between one line and the X-axis of the sketch if only one is selected");
|
||||
sWhatsThis = "Sketcher_ConstrainAngle";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Constraint_InternalAngle";
|
||||
|
||||
@@ -1523,7 +1523,7 @@ CmdSketcherCreateFillet::CmdSketcherCreateFillet()
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Fillet");
|
||||
sToolTipText = QT_TR_NOOP("Creates a fillet between 2 selected lines or 1 coincident point");
|
||||
sToolTipText = QT_TR_NOOP("Creates a fillet between 2 selected lines or at coincident points");
|
||||
sWhatsThis = "Sketcher_CreateFillet";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Sketcher_CreateFillet";
|
||||
@@ -1554,7 +1554,7 @@ CmdSketcherCreateChamfer::CmdSketcherCreateChamfer()
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Chamfer");
|
||||
sToolTipText = QT_TR_NOOP("Creates a chamfer between 2 selected lines or 1 coincident point");
|
||||
sToolTipText = QT_TR_NOOP("Creates a chamfer between 2 selected lines or at coincident points");
|
||||
sWhatsThis = "Sketcher_CreateChamfer";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Sketcher_CreateChamfer";
|
||||
|
||||
@@ -2323,7 +2323,7 @@ CmdSketcherOffset::CmdSketcherOffset()
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Offset");
|
||||
sToolTipText = QT_TR_NOOP("Offsets the selected geometry: positive values offset outward, negative values inward");
|
||||
sToolTipText = QT_TR_NOOP("Adds an equidistant closed contour around selected geometry: positive values offset outward, negative values inward");
|
||||
sWhatsThis = "Sketcher_Offset";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Sketcher_Offset";
|
||||
|
||||
Reference in New Issue
Block a user