From 3e4ee0639c5180bd66575d832223bd9634d65a75 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Thu, 2 Mar 2017 11:46:28 +0100 Subject: [PATCH] Fixed case of the button text. CURA-3398 --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index 570fd06013..a19400de5e 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/DiscardOrKeepProfileChangesDialog.qml @@ -164,7 +164,7 @@ UM.Dialog Button { id: createNewProfileButton - text: catalog.i18nc("@action:button", "Create new profile"); + text: catalog.i18nc("@action:button", "Create New Profile"); anchors.left: parent.left action: Cura.Actions.addProfile onClicked: base.hide()