mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix dialog text for opening multiple files with project(s)
CURA-3495
This commit is contained in:
parent
1fc7120fff
commit
e4af8e36bb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ UM.Dialog
|
|||
|
||||
Text
|
||||
{
|
||||
text: catalog.i18nc("@text:window", "We have found multiple project files within the files you have\nselected. You can open only one project file at a time. We\nsuggest to only import models from those files. Would you like\nto proceed?")
|
||||
text: catalog.i18nc("@text:window", "We have found one or more project file(s) within the files you\nhave selected. You can open only one project file at a time. We\nsuggest to only import models from those files. Would you like\nto proceed?")
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
font: UM.Theme.getFont("default")
|
||||
wrapMode: Text.WordWrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue