Fix typo.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2017-04-22 17:24:25 +03:00
parent 45ce22d6e3
commit e2f1b87596

View file

@ -425,7 +425,7 @@ void VTranslateMeasurements::InitGroupC()
m = translate("VTranslateMeasurements", "indent_ankle_high",
"Name in a formula. Don't use math symbols and space in name!!!!");
g = translate("VTranslateMeasurements", "Indent: Ankle High", "Full measurement name.");
d = translate("VTranslateMeasurements", "Horizontal Distance betwee a flat stick, placed perpendicular to Heel, "
d = translate("VTranslateMeasurements", "Horizontal Distance between a flat stick, placed perpendicular to Heel, "
"and the greatest indentation of Ankle.", "Full measurement description.");
InitMeasurement(indentAnkleHigh_M, m, g, d, "C03");
//=================================================================================================================