Sketcher: fix typo in Refraction constraint menu text

This commit is contained in:
Roy-043
2023-05-24 21:41:40 +02:00
committed by abdullahtahiriyo
parent 254cec4067
commit 3aca29a8b4

View File

@@ -7131,7 +7131,7 @@ CmdSketcherConstrainSnellsLaw::CmdSketcherConstrainSnellsLaw()
{
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Constrain refraction (Snell's law')");
sMenuText = QT_TR_NOOP("Constrain refraction (Snell's law)");
sToolTipText = QT_TR_NOOP("Create a refraction law (Snell's law)"
"constraint between two endpoints of rays\n"
"and an edge as an interface.");