Using ~ only for the amount of material in grams

This commit is contained in:
Thomas Karl Pietrowski 2016-08-11 21:10:16 +02:00 committed by GitHub
parent 1ab0637d11
commit bfe97a1eca

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(" + "));
}
}
}