Update translations

This commit is contained in:
alfrix
2022-03-20 10:21:34 -03:00
parent 330a456ed3
commit 4899701ae3
28 changed files with 941 additions and 417 deletions

View File

@@ -186,7 +186,7 @@ class MainPanel(MenuPanel):
self._screen._ws.klippy.set_temp_fan_temp(" ".join(self.active_heater.split(" ")[1:]), temp)
else:
logging.info("Unknown heater: %s" % self.active_heater)
self._screen.show_popup_message(_("Unknown Heater") + self.active_heater)
self._screen.show_popup_message(_("Unknown Heater") + " " + self.active_heater)
self._printer.set_dev_stat(self.active_heater, "target", temp)
def create_left_panel(self):