Update copy

Now more then just materials can be installed. Update copy to reflect this.

CURA-10719
This commit is contained in:
c.lamboo 2023-07-27 09:03:35 +02:00
parent a1f02154f1
commit 42002dac36
3 changed files with 3 additions and 3 deletions

View file

@ -404,7 +404,7 @@ UM.Dialog
Cura.PrimaryButton
{
visible: warning
text: catalog.i18nc("@action:button", "Install missing material")
text: catalog.i18nc("@action:button", "Install missing packages")
onClicked: manager.installMissingPackages()
}
]