From ba3913395cfa84ef6aba49b3787fcdfa4859f6d9 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 5 May 2022 16:42:01 +0200 Subject: Add catalog to files that weren't translating CURA-9141 --- cura/Machines/Models/GlobalStacksModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cura/Machines') diff --git a/cura/Machines/Models/GlobalStacksModel.py b/cura/Machines/Models/GlobalStacksModel.py index 033d89952c..8f13d34ccf 100644 --- a/cura/Machines/Models/GlobalStacksModel.py +++ b/cura/Machines/Models/GlobalStacksModel.py @@ -135,7 +135,7 @@ class GlobalStacksModel(ListModel): continue device_name = container_stack.getMetaDataEntry("group_name", container_stack.getName()) - section_name = "Connected printers" if has_remote_connection else "Preset printers" + section_name = self._catalog.i18nc("@label", "Connected printers") if has_remote_connection else self._catalog.i18nc("@label", "Preset printers") section_name = self._catalog.i18nc("@info:title", section_name) default_removal_warning = self._catalog.i18nc( -- cgit v1.2.3