Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-05-05 17:42:01 +0300
committerj.delarago <joeydelarago@gmail.com>2022-05-05 17:42:01 +0300
commitba3913395cfa84ef6aba49b3787fcdfa4859f6d9 (patch)
tree229cf1e52628b6443606b1578f99de4cbfc5ff3b /cura/Machines
parentd33bdf1099546b9ab84ac2668766201c3187b004 (diff)
Add catalog to files that weren't translatingCURA-9141_translate_5.0
CURA-9141
Diffstat (limited to 'cura/Machines')
-rw-r--r--cura/Machines/Models/GlobalStacksModel.py2
1 files changed, 1 insertions, 1 deletions
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(