mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Fix typo.
This commit is contained in:
parent
4e33f6849c
commit
c6b6af14cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue