mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +08:00
Fix typo.
This commit is contained in:
parent
4e33f6849c
commit
c6b6af14cf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user