fix syntax errors
This commit is contained in:
@@ -299,7 +299,7 @@ CmdSandboxPythonLockThread::CmdSandboxPythonLockThread()
|
||||
sGroup = QT_TR_NOOP("Sandbox");
|
||||
sMenuText = QT_TR_NOOP("Locked Python threads");
|
||||
sToolTipText = QT_TR_NOOP("Use Python's thread module where each thread is locked");
|
||||
sWhatsThis = "Sandbox_PythonLockThread"
|
||||
sWhatsThis = "Sandbox_PythonLockThread";
|
||||
sStatusTip = QT_TR_NOOP("Use Python's thread module where each thread is locked");
|
||||
}
|
||||
|
||||
@@ -1214,7 +1214,7 @@ CmdTestCryptographicHash::CmdTestCryptographicHash()
|
||||
sGroup = "Standard-Test";
|
||||
sMenuText = "Cryptographic Hash";
|
||||
sToolTipText = "Cryptographic Hash";
|
||||
sWhatsThis = "Sandbox_CryptographicHash"
|
||||
sWhatsThis = "Sandbox_CryptographicHash";
|
||||
sStatusTip = sToolTipText;
|
||||
}
|
||||
|
||||
|
||||
@@ -7443,7 +7443,7 @@ CmdSketcherCreateRegularPolygon::CmdSketcherCreateRegularPolygon()
|
||||
sGroup = QT_TR_NOOP("Sketcher");
|
||||
sMenuText = QT_TR_NOOP("Create regular polygon");
|
||||
sToolTipText = QT_TR_NOOP("Create a regular polygon in the sketch");
|
||||
sWhatsThis = ""Sketcher_CreateRegularPolygon"";
|
||||
sWhatsThis = "Sketcher_CreateRegularPolygon";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "CreateRegularPolygon";
|
||||
sAccel = "";
|
||||
|
||||
Reference in New Issue
Block a user