mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:15:53 +08:00
Corrected string
As it doesn't open the file as Cura project anymore CURA-11738
This commit is contained in:
parent
ebed5808ca
commit
aa900abe9b
@ -85,7 +85,7 @@ UM.Dialog
|
|||||||
id: questionText
|
id: questionText
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: base.is_ucp
|
text: base.is_ucp
|
||||||
? catalog.i18nc("@text:window", "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?")
|
? catalog.i18nc("@text:window", "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?")
|
||||||
: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project or import the models from it?")
|
: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project or import the models from it?")
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user