fix syntax errors

This commit is contained in:
wmayer
2018-01-31 20:53:42 +01:00
parent a86c0fe137
commit 7d5d250a0d
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
}

View File

@@ -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 = "";