mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Update message id to properly reflect action
CURA-10719
This commit is contained in:
parent
31cb11ce63
commit
b1797111d5
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ class WorkspaceDialog(QObject):
|
||||||
button_style=Message.ActionButtonStyle.LINK
|
button_style=Message.ActionButtonStyle.LINK
|
||||||
)
|
)
|
||||||
result_message.addAction(
|
result_message.addAction(
|
||||||
"install_materials",
|
"install_packages",
|
||||||
name=i18n_catalog.i18nc("@action:button", "Install Packages"),
|
name=i18n_catalog.i18nc("@action:button", "Install Packages"),
|
||||||
icon="",
|
icon="",
|
||||||
description=i18n_catalog.i18nc("@label", "Install missing packages from project file."),
|
description=i18n_catalog.i18nc("@label", "Install missing packages from project file."),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue