mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-11 19:29:26 -07:00
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:
commit
eee6828dac
1 changed files with 1 additions and 1 deletions
|
|
@ -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(" + "));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue