Crowdin: Fix superfluous newlines + uniformity [skip-ci]

https://crowdin.com/translate/freecad/27911/en-en#6578930
https://crowdin.com/translate/freecad/27911/en-en#6584458
https://crowdin.com/translate/freecad/27911/en-en#6584460

Note: Parts of the issue are handled with PR 3744
This commit is contained in:
luz paz
2020-07-25 07:35:16 -04:00
committed by wmayer
parent 0cd118d198
commit 9199c2ed73

View File

@@ -324,7 +324,7 @@ CmdTechDrawGeometricHatch::CmdTechDrawGeometricHatch()
{
sAppModule = "TechDraw";
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Apply Geometric Hatch to a Face");
sMenuText = QT_TR_NOOP("Apply Geometric Hatch to Face");
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_GeometricHatch";
sStatusTip = sToolTipText;