mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:16:04 +08:00
Add translation hint for untranslatable Ultimaker Cloud brand
So that the translators next time hopefully won't translate this. Contributes to issue CURA-6257.
This commit is contained in:
parent
d0e61f23f1
commit
3e9ed0fbfa
@ -517,7 +517,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||||||
PluginRegistry.getInstance().getPluginPath("UM3NetworkPrinting"),
|
PluginRegistry.getInstance().getPluginPath("UM3NetworkPrinting"),
|
||||||
"resources", "svg", "cloud-flow-start.svg"
|
"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_text = i18n_catalog.i18nc("@action", "Don't ask me again for this printer."),
|
||||||
option_state = False
|
option_state = False
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user