From 17c06f200fb9039bd6f7d617aa5f3c76e8732d8c Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Fri, 26 Apr 2019 14:04:46 +0200 Subject: [PATCH] Change the copy of the account benefits As per @mahtDFR request --- resources/qml/Account/GeneralOperations.qml | 2 +- resources/qml/WelcomePages/CloudContent.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Account/GeneralOperations.qml b/resources/qml/Account/GeneralOperations.qml index f6bd7ce588..f01b9538bd 100644 --- a/resources/qml/Account/GeneralOperations.qml +++ b/resources/qml/Account/GeneralOperations.qml @@ -48,7 +48,7 @@ Column anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment: Text.AlignLeft renderType: Text.NativeRendering - text: catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to material profiles from leading brands") + text: catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to print profiles from leading brands") lineHeight: 1.4 font: UM.Theme.getFont("default") color: UM.Theme.getColor("text") diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index bb1498ebd5..b0b4d53cf1 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -97,7 +97,7 @@ Item t = catalog.i18nc("@text", "- Store your Ultimaker Cura settings in the cloud for use anywhere") full_text += "

" + t + "

" - t = catalog.i18nc("@text", "- Get exclusive access to material profiles from leading brands") + t = catalog.i18nc("@text", "- Get exclusive access to print profiles from leading brands") full_text += "

" + t + "

" return full_text