mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update copy
Now more then just materials can be installed. Update copy to reflect this. CURA-10719
This commit is contained in:
parent
a1f02154f1
commit
42002dac36
3 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
}
|
||||
]
|
||||
|
|
|
@ -12,7 +12,7 @@ import Cura 1.6 as Cura
|
|||
Marketplace
|
||||
{
|
||||
modality: Qt.ApplicationModal
|
||||
title: catalog.i18nc("@title", "Install missing Materials")
|
||||
title: catalog.i18nc("@title", "Install missing packages")
|
||||
pageContentsSource: "MissingPackages.qml"
|
||||
showSearchHeader: false
|
||||
showOnboadBanner: false
|
||||
|
|
|
@ -5,7 +5,7 @@ import UM 1.4 as UM
|
|||
|
||||
Packages
|
||||
{
|
||||
pageTitle: catalog.i18nc("@header", "Install Materials")
|
||||
pageTitle: catalog.i18nc("@header", "Install Packages")
|
||||
|
||||
bannerVisible: false
|
||||
showUpdateButton: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue