From 3e7b74954d090895759d00e5081af64da68be2ab Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 10 Jan 2022 15:14:40 +0100 Subject: Indicate that Marketplace shouldn't get translated --- resources/qml/Actions.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index aa88c9176d..4ec2f03260 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Ultimaker B.V. +// Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. pragma Singleton @@ -215,14 +215,14 @@ Item Action { id: marketplaceMaterialsAction - text: catalog.i18nc("@action:inmenu", "Add more materials from Marketplace") + text: catalog.i18nc("@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate.", "Add more materials from Marketplace") } Action { id: updateProfileAction; enabled: !Cura.MachineManager.stacksHaveErrors && Cura.MachineManager.hasUserSettings && Cura.MachineManager.activeQualityChangesGroup != null - text: catalog.i18nc("@action:inmenu menubar:profile","&Update profile with current settings/overrides"); + text: catalog.i18nc("@action:inmenu menubar:profile", "&Update profile with current settings/overrides"); onTriggered: Cura.ContainerManager.updateQualityChanges(); } @@ -480,7 +480,7 @@ Item Action { id: browsePackagesAction - text: catalog.i18nc("@action:menu", "&Marketplace") + text: "&Marketplace" iconName: "plugins_browse" } } -- cgit v1.2.3