Crowdin: fix grammatical error + whitespace

https://crowdin.com/translate/freecad/569/en-fi#6498705
This commit is contained in:
luz.paz
2019-05-02 13:34:39 -03:00
committed by Yorik van Havre
parent b72bca5497
commit 25c3310fbd
@@ -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";