Browse Source

Rename Open Marketplace to just Marketplace

Because Open Marketplace has to be translated (the 'open' part) but the Marketplace can just be called marketplace.

Contributes to issue 5870.
Ghostkeeper 6 years ago
parent
commit
4dc248a631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Actions.qml

+ 1 - 1
resources/qml/Actions.qml

@@ -421,7 +421,7 @@ Item
     Action
     {
         id: browsePackagesAction
-        text: catalog.i18nc("@action:menu", "Open Marketplace...")
+        text: catalog.i18nc("@action:menu", "&Marketplace")
         iconName: "plugins_browse"
     }