Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
U-ULTIMAKER\j.ha 2017-03-02 13:15:43 +01:00
commit 30eca943d0

View file

@ -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()