From 3e9ed0fbfaf2bfc4aceba64c67f3549785c81883 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 18 Mar 2019 10:36:23 +0100 Subject: [PATCH] Add translation hint for untranslatable Ultimaker Cloud brand So that the translators next time hopefully won't translate this. Contributes to issue CURA-6257. --- plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py b/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py index 7a22e11274..a32193849e 100644 --- a/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py +++ b/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py @@ -517,7 +517,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin): PluginRegistry.getInstance().getPluginPath("UM3NetworkPrinting"), "resources", "svg", "cloud-flow-start.svg" )), - image_caption = i18n_catalog.i18nc("@info:status", "Connect to Ultimaker Cloud"), + image_caption = i18n_catalog.i18nc("@info:status Ultimaker Cloud is a brand name and shouldn't be translated.", "Connect to Ultimaker Cloud"), option_text = i18n_catalog.i18nc("@action", "Don't ask me again for this printer."), option_state = False )