Temperature tab: "Hotend" -> "Tool"
This commit is contained in:
parent
b82d955ec7
commit
8f2e4ad978
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ $(function() {
|
|||
if (tools.length < 1 || !tools[0]) {
|
||||
tools[0] = self._createToolEntry();
|
||||
}
|
||||
tools[0]["name"](gettext("Hotend"));
|
||||
tools[0]["name"](gettext("Tool"));
|
||||
tools[0]["key"]("tool0");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue