Temperature tab: "Hotend" -> "Tool"

This commit is contained in:
Gina Häußge 2017-07-27 12:41:08 +02:00
parent b82d955ec7
commit 8f2e4ad978

View file

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