Fix dialog text "file(s)" -> "files"

CURA-3495
This commit is contained in:
Lipu Fei 2017-03-28 12:54:32 +02:00
parent 5bec46a29c
commit 1fc7120fff

View file

@ -56,7 +56,7 @@ UM.Dialog
Text Text
{ {
text: catalog.i18nc("@text:window", "We have found multiple project file(s) 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 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?")
anchors.margins: UM.Theme.getSize("default_margin").width anchors.margins: UM.Theme.getSize("default_margin").width
font: UM.Theme.getFont("default") font: UM.Theme.getFont("default")
wrapMode: Text.WordWrap wrapMode: Text.WordWrap