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:
Diffstat (limited to 'cura/Machines/Models/GlobalStacksModel.py')
-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(