Update message id to properly reflect action

CURA-10719
This commit is contained in:
Casper Lamboo 2023-07-31 17:06:58 +02:00 committed by GitHub
parent 31cb11ce63
commit b1797111d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,7 +423,7 @@ class WorkspaceDialog(QObject):
button_style=Message.ActionButtonStyle.LINK
)
result_message.addAction(
"install_materials",
"install_packages",
name=i18n_catalog.i18nc("@action:button", "Install Packages"),
icon="",
description=i18n_catalog.i18nc("@label", "Install missing packages from project file."),