neck_side_to_waist_bladepoint_b -> neck_side_to_waist_scapula_b
--HG-- branch : feature
This commit is contained in:
parent
f444aebc2d
commit
5a66e753e9
|
@ -122,7 +122,7 @@ const QString neckSideToWaistBustpointF_M = QStringLiteral("neck_side_to_wai
|
||||||
const QString shoulderTipToWaistSideB_M = QStringLiteral("shoulder_tip_to_waist_side_b"); // E07
|
const QString shoulderTipToWaistSideB_M = QStringLiteral("shoulder_tip_to_waist_side_b"); // E07
|
||||||
const QString neckSideToWaistB_M = QStringLiteral("neck_side_to_waist_b"); // E08
|
const QString neckSideToWaistB_M = QStringLiteral("neck_side_to_waist_b"); // E08
|
||||||
const QString neckBackToWaistB_M = QStringLiteral("neck_back_to_waist_b"); // E09
|
const QString neckBackToWaistB_M = QStringLiteral("neck_back_to_waist_b"); // E09
|
||||||
const QString neckSideToWaistBladepointB_M = QStringLiteral("neck_side_to_waist_bladepoint_b"); // E10
|
const QString neckSideToWaistScapulaB_M = QStringLiteral("neck_side_to_waist_scapula_b"); // E10
|
||||||
const QString neckFrontToHighbustF_M = QStringLiteral("neck_front_to_highbust_f"); // E11
|
const QString neckFrontToHighbustF_M = QStringLiteral("neck_front_to_highbust_f"); // E11
|
||||||
const QString neckFrontToBustF_M = QStringLiteral("neck_front_to_bust_f"); // E12
|
const QString neckFrontToBustF_M = QStringLiteral("neck_front_to_bust_f"); // E12
|
||||||
const QString highbustToWaistF_M = QStringLiteral("highbust_to_waist_f"); // E13
|
const QString highbustToWaistF_M = QStringLiteral("highbust_to_waist_f"); // E13
|
||||||
|
@ -673,7 +673,7 @@ QStringList ListGroupE()
|
||||||
<< shoulderTipToWaistSideB_M // E07
|
<< shoulderTipToWaistSideB_M // E07
|
||||||
<< neckSideToWaistB_M // E08
|
<< neckSideToWaistB_M // E08
|
||||||
<< neckBackToWaistB_M // E09
|
<< neckBackToWaistB_M // E09
|
||||||
<< neckSideToWaistBladepointB_M // E10
|
<< neckSideToWaistScapulaB_M // E10
|
||||||
<< neckFrontToHighbustF_M // E11
|
<< neckFrontToHighbustF_M // E11
|
||||||
<< neckFrontToBustF_M // E12
|
<< neckFrontToBustF_M // E12
|
||||||
<< highbustToWaistF_M // E13
|
<< highbustToWaistF_M // E13
|
||||||
|
|
|
@ -280,7 +280,7 @@ extern const QString neckSideToWaistBustpointF_M; // E06
|
||||||
extern const QString shoulderTipToWaistSideB_M; // E07
|
extern const QString shoulderTipToWaistSideB_M; // E07
|
||||||
extern const QString neckSideToWaistB_M; // E08
|
extern const QString neckSideToWaistB_M; // E08
|
||||||
extern const QString neckBackToWaistB_M; // E09
|
extern const QString neckBackToWaistB_M; // E09
|
||||||
extern const QString neckSideToWaistBladepointB_M; // E10
|
extern const QString neckSideToWaistScapulaB_M; // E10
|
||||||
extern const QString neckFrontToHighbustF_M; // E11
|
extern const QString neckFrontToHighbustF_M; // E11
|
||||||
extern const QString neckFrontToBustF_M; // E12
|
extern const QString neckFrontToBustF_M; // E12
|
||||||
extern const QString highbustToWaistF_M; // E13
|
extern const QString highbustToWaistF_M; // E13
|
||||||
|
|
|
@ -803,13 +803,13 @@ void VTranslateMeasurements::InitGroupE()
|
||||||
d = QmuTranslation::translate("Measurements", "Neck Back to Waist Back.", "Full measurement description.");
|
d = QmuTranslation::translate("Measurements", "Neck Back to Waist Back.", "Full measurement description.");
|
||||||
InitMeasurement(neckBackToWaistB_M, m, g, d, "E09");
|
InitMeasurement(neckBackToWaistB_M, m, g, d, "E09");
|
||||||
//=================================================================================================================
|
//=================================================================================================================
|
||||||
m = QmuTranslation::translate("Measurements", "neck_side_to_waist_bladepoint_b",
|
m = QmuTranslation::translate("Measurements", "neck_side_to_waist_scapula_b",
|
||||||
"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 = QmuTranslation::translate("Measurements", "Neck Side to Waist through Bladepoint (Back)",
|
g = QmuTranslation::translate("Measurements", "Neck Side to Waist through Bladepoint (Back)",
|
||||||
"Full measurement name.");
|
"Full measurement name.");
|
||||||
d = QmuTranslation::translate("Measurements", "Neck Side to Waist through Bladepoint (Back).",
|
d = QmuTranslation::translate("Measurements", "Neck Side to Waist through Bladepoint (Back).",
|
||||||
"Full measurement description.");
|
"Full measurement description.");
|
||||||
InitMeasurement(neckSideToWaistBladepointB_M, m, g, d, "E10");
|
InitMeasurement(neckSideToWaistScapulaB_M, m, g, d, "E10");
|
||||||
//=================================================================================================================
|
//=================================================================================================================
|
||||||
m = QmuTranslation::translate("Measurements", "neck_front_to_highbust_f",
|
m = QmuTranslation::translate("Measurements", "neck_front_to_highbust_f",
|
||||||
"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!!!!");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user