Merge pull request #920 from Ultimaker/thopiekar-adding-approximately-equal-to-jobspecs

Adding "approximately equal" to the amount of material needed
This commit is contained in:
Aldo Hoeben 2016-08-11 21:25:36 +02:00 committed by GitHub
commit eee6828dac

View File

@ -209,7 +209,7 @@ Rectangle {
lengths = ["0.00"];
weights = ["0"];
}
return catalog.i18nc("@label", "%1 m / %2 g").arg(lengths.join(" + ")).arg(weights.join(" + "));
return catalog.i18nc("@label", "%1 m / ~ %2 g").arg(lengths.join(" + ")).arg(weights.join(" + "));
}
}
}