mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ UM.Dialog
|
|||
id: questionText
|
||||
width: parent.width
|
||||
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?")
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue