mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue