mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:09:01 +08:00
Renamed "Hotend" to "Extruder"
CURA-4256
This commit is contained in:
parent
7c637029b6
commit
e38ec9d5e8
@ -87,7 +87,7 @@ Column
|
|||||||
|
|
||||||
Text //Extruder name.
|
Text //Extruder name.
|
||||||
{
|
{
|
||||||
text: ExtruderManager.getExtruderName(index) != "" ? ExtruderManager.getExtruderName(index) : catalog.i18nc("@label", "Hotend")
|
text: ExtruderManager.getExtruderName(index) != "" ? ExtruderManager.getExtruderName(index) : catalog.i18nc("@label", "Extruder")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
@ -149,7 +149,7 @@ Column
|
|||||||
base.showTooltip(
|
base.showTooltip(
|
||||||
base,
|
base,
|
||||||
{x: 0, y: parent.mapToItem(base, 0, -parent.height / 4).y},
|
{x: 0, y: parent.mapToItem(base, 0, -parent.height / 4).y},
|
||||||
catalog.i18nc("@tooltip", "The current temperature of this hotend.")
|
catalog.i18nc("@tooltip", "The current temperature of this extruder.")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user