Fixed issue #718, "Error when using measurement A23 waist_to_floor".
--HG-- branch : release
This commit is contained in:
parent
61915ea76a
commit
b24d6b5cf1
|
@ -362,9 +362,9 @@ void VTranslateMeasurements::InitGroupA()
|
||||||
m = translate("VTranslateMeasurements", "height_waist_back",
|
m = translate("VTranslateMeasurements", "height_waist_back",
|
||||||
"Name in a formula. Don't use math symbols and space in name!!!!");
|
"Name in a formula. Don't use math symbols and space in name!!!!");
|
||||||
g = translate("VTranslateMeasurements", "Height: Waist Back", "Full measurement name.");
|
g = translate("VTranslateMeasurements", "Height: Waist Back", "Full measurement name.");
|
||||||
d = translate("VTranslateMeasurements", "Vertical height from Waist Back to floor. ('Height: Waist Front'' - "
|
d = translate("VTranslateMeasurements", "Vertical height from Waist Back to floor.", "Full measurement description.");
|
||||||
"'Leg: Crotch to floor'').", "Full measurement description.");
|
InitMeasurement(heightWaistBack_M, m, g, d, "A23");
|
||||||
InitMeasurement(heightWaistBack_M, m, g, d, "A23", "(height_waist_front - leg_crotch_to_floor)");
|
|
||||||
//=================================================================================================================
|
//=================================================================================================================
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user