From 5db6e50dee2cebd2d31f4b4e9aa1eb7f73c9f4c2 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 2 Nov 2021 16:21:02 +0100 Subject: [PATCH] Fixed typo not plug-ins but plugins Contributes to CURA-8558 --- plugins/Marketplace/resources/qml/Marketplace.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Marketplace/resources/qml/Marketplace.qml b/plugins/Marketplace/resources/qml/Marketplace.qml index 3adedd9cf0..2d95904257 100644 --- a/plugins/Marketplace/resources/qml/Marketplace.qml +++ b/plugins/Marketplace/resources/qml/Marketplace.qml @@ -100,7 +100,7 @@ Window PackageTypeTab { width: implicitWidth - text: catalog.i18nc("@button", "Plug-ins") + text: catalog.i18nc("@button", "Plugins") onClicked: content.source = "Plugins.qml" } PackageTypeTab