mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Clarify tooltip about resolution between per-extruder values
It was using a bit of programmer jargon there that was very hard to understand. Initially I was coming in here to remove the space at the end of the translated string but I'm now changing all of it to make it more clear to the user as well. Done as a 5 minute fix.
This commit is contained in:
parent
c6fde82ec1
commit
37673691fd
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ Item
|
|||
if ((resolve !== "None") && (stackLevel !== 0))
|
||||
{
|
||||
// We come here if a setting has a resolve and the setting is not manually edited.
|
||||
tooltipText += " " + catalog.i18nc("@label", "The value is resolved from per-extruder values ") + "[" + Cura.ExtruderManager.getInstanceExtruderValues(definition.key) + "]."
|
||||
tooltipText += " " + catalog.i18nc("@label", "This setting is resolved from conflicting extruder-specific values:") + " [" + Cura.ExtruderManager.getInstanceExtruderValues(definition.key) + "]."
|
||||
}
|
||||
base.showTooltip(tooltipText)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue