From 7a11f7b9611653a71d7025716349184ad3ecc2f4 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Sun, 23 Jun 2019 22:36:58 +0200 Subject: [PATCH] Don't make Cura Settings Guide translateable There is no way for Cura's plug-ins to translate themselves at the moment. --- __init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/__init__.py b/__init__.py index 2b7d41b1d..859f26975 100644 --- a/__init__.py +++ b/__init__.py @@ -6,14 +6,10 @@ from . import CuraSettingsGuide -from UM.i18n import i18nCatalog -i18n_catalog = i18nCatalog("cura") - - def getMetaData(): return { "view": { - "name": i18n_catalog.i18nc("@item:inmenu", "Cura Settings Guide"), + "name": "Cura Settings Guide", "weight": 0 } }