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:
authorCasper Lamboo <c.lamboo@ultimaker.com>2022-05-06 14:50:30 +0300
committerGitHub <noreply@github.com>2022-05-06 14:50:30 +0300
commitd79921c964b164cb5d6b31ac274aabc6122c746f (patch)
treebc76ad52c7e0a7e0155d40c6b152e98fbb3bf859 /cura/Machines
parent76d5f92975f612338892e29fcb4adddbb31914a0 (diff)
parentba3913395cfa84ef6aba49b3787fcdfa4859f6d9 (diff)
Merge pull request #12114 from Ultimaker/CURA-9141_translate_5.0
Cura 9141 translate 5.0
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(