Add catalog to files that weren't translating

CURA-9141
This commit is contained in:
j.delarago 2022-05-05 16:42:01 +02:00
parent d33bdf1099
commit ba3913395c
6 changed files with 7 additions and 4 deletions

View file

@ -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(