Browse Source

Fixed typo

not plug-ins but plugins

Contributes to CURA-8558
j.spijker@ultimaker.com 3 years ago
parent
commit
5db6e50dee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Marketplace/resources/qml/Marketplace.qml

+ 1 - 1
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