Fix typo.

This commit is contained in:
Remco Burema 2020-01-30 15:06:47 +01:00
parent 4e33f6849c
commit c6b6af14cf
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -92,7 +92,7 @@ UM.Dialog{
Label Label
{ {
font: UM.Theme.getFont("default") font: UM.Theme.getFont("default")
text: catalog.i18nc("@label", "The following packages can not be installed because of incompatible Cura version:") text: catalog.i18nc("@label", "The following packages can not be installed because of an incompatible Cura version:")
visible: subscribedPackagesModel.hasIncompatiblePackages visible: subscribedPackagesModel.hasIncompatiblePackages
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
height: contentHeight + UM.Theme.getSize("default_margin").height height: contentHeight + UM.Theme.getSize("default_margin").height