diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index eebf8677b0..e88b7e77ea 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -130,7 +130,7 @@ Item { id: resetProfileAction; enabled: Cura.MachineManager.hasUserSettings - text: catalog.i18nc("@action:inmenu menubar:profile","&Discard current settings"); + text: catalog.i18nc("@action:inmenu menubar:profile","&Discard current changes"); onTriggered: { forceActiveFocus(); diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 47d49849b4..d31f578376 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -170,7 +170,7 @@ UM.ManagementPage Button { - text: catalog.i18nc("@action:button", "Discard current settings"); + text: catalog.i18nc("@action:button", "Discard current changes"); enabled: Cura.MachineManager.hasUserSettings onClicked: Cura.ContainerManager.clearUserContainers(); }