mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:19:00 +08: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
@ -404,7 +404,7 @@ UM.Dialog
|
|||||||
Cura.PrimaryButton
|
Cura.PrimaryButton
|
||||||
{
|
{
|
||||||
visible: warning
|
visible: warning
|
||||||
text: catalog.i18nc("@action:button", "Install missing material")
|
text: catalog.i18nc("@action:button", "Install missing packages")
|
||||||
onClicked: manager.installMissingPackages()
|
onClicked: manager.installMissingPackages()
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -12,7 +12,7 @@ import Cura 1.6 as Cura
|
|||||||
Marketplace
|
Marketplace
|
||||||
{
|
{
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
title: catalog.i18nc("@title", "Install missing Materials")
|
title: catalog.i18nc("@title", "Install missing packages")
|
||||||
pageContentsSource: "MissingPackages.qml"
|
pageContentsSource: "MissingPackages.qml"
|
||||||
showSearchHeader: false
|
showSearchHeader: false
|
||||||
showOnboadBanner: false
|
showOnboadBanner: false
|
||||||
|
@ -5,7 +5,7 @@ import UM 1.4 as UM
|
|||||||
|
|
||||||
Packages
|
Packages
|
||||||
{
|
{
|
||||||
pageTitle: catalog.i18nc("@header", "Install Materials")
|
pageTitle: catalog.i18nc("@header", "Install Packages")
|
||||||
|
|
||||||
bannerVisible: false
|
bannerVisible: false
|
||||||
showUpdateButton: false
|
showUpdateButton: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user