Crowdin: fix grammatical error + whitespace

https://crowdin.com/translate/freecad/569/en-fi#6498705
This commit is contained in:
luz.paz
2019-04-30 10:00:58 -04:00
committed by Yorik van Havre
parent 4e9d45ed92
commit 16809ceb4a

View File

@@ -1815,7 +1815,7 @@ CmdSketcherRectangularArray::CmdSketcherRectangularArray()
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Rectangular Array");
sToolTipText = QT_TR_NOOP("Creates an rectangular array pattern of the geometry taking as reference the last selected point");
sToolTipText = QT_TR_NOOP("Creates a rectangular array pattern of the geometry taking as reference the last selected point");
sWhatsThis = "Sketcher_RectangularArray";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_RectangularArray";