Merge pull request #15957 from hasecilu/fix/capitalization
TechDraw: Fix capitalization of 2D and 3D
This commit is contained in:
@@ -1590,8 +1590,8 @@ StdCmdTransformManip::StdCmdTransformManip()
|
||||
{
|
||||
sGroup = "Edit";
|
||||
sMenuText = QT_TR_NOOP("Transform");
|
||||
sToolTipText = QT_TR_NOOP("Transform the selected object in the 3d view");
|
||||
sStatusTip = QT_TR_NOOP("Transform the selected object in the 3d view");
|
||||
sToolTipText = QT_TR_NOOP("Transform the selected object in the 3D view");
|
||||
sStatusTip = QT_TR_NOOP("Transform the selected object in the 3D view");
|
||||
sWhatsThis = "Std_TransformManip";
|
||||
sPixmap = "Std_TransformManip";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user