mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
capitalize M
Contribute to CURA-10208
This commit is contained in:
parent
a9801845f8
commit
ea1a6d1a6e
19 changed files with 25 additions and 95 deletions
|
@ -751,8 +751,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
global_stacks = self._container_registry.findContainerStacks(id = self._dialog.getMachineToOverride(), type = "machine")
|
||||
if not global_stacks:
|
||||
message = Message(i18n_catalog.i18nc("@info:error Don't translate the XML tag <filename>!",
|
||||
"Project file <filename>{0}</filename> is made using profiles that"
|
||||
" are unknown to this version of Ultimaker Cura.", file_name),
|
||||
"Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura.", file_name),
|
||||
message_type = Message.MessageType.ERROR)
|
||||
message.show()
|
||||
self.setWorkspaceName("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue