sWhatsThis fixes

ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
luz.paz
2018-01-31 10:14:53 -05:00
committed by wmayer
parent a3da17b626
commit 69216f3604
25 changed files with 152 additions and 152 deletions

View File

@@ -53,7 +53,7 @@ CmdImageOpen::CmdImageOpen()
sGroup = QT_TR_NOOP("Image");
sMenuText = QT_TR_NOOP("Open...");
sToolTipText = QT_TR_NOOP("Open image view");
sWhatsThis = sToolTipText;
sWhatsThis = "Image_Open";
sStatusTip = sToolTipText;
sPixmap = "image-import";
}
@@ -101,7 +101,7 @@ CmdCreateImagePlane::CmdCreateImagePlane()
sGroup = QT_TR_NOOP("Image");
sMenuText = QT_TR_NOOP("Create image plane...");
sToolTipText = QT_TR_NOOP("Create a planar image in the 3D space");
sWhatsThis = sToolTipText;
sWhatsThis = "Image_CreateImagePlane";
sStatusTip = sToolTipText;
sPixmap = "image-import";
}
@@ -175,7 +175,7 @@ CmdImageCapturerTest::CmdImageCapturerTest()
sGroup = ("Image");
sMenuText = ("CapturerTest");
sToolTipText = ("test camara capturing");
sWhatsThis = sToolTipText;
sWhatsThis = "Image_CapturerTest";
sStatusTip = sToolTipText;
sPixmap = "camera-photo";
}