From c73bdc3fb095d2e365f7d58ef8702f4d5c573757 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 2 May 2016 09:58:48 +0200 Subject: [PATCH] Clarify wording The profile is not being altered; instead the current settings are set to a clean copy of the stored profile. CURA-970 --- resources/qml/Actions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index c4ce4c9ae4..003a3ceeec 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -109,7 +109,7 @@ Item { id: resetProfileAction; enabled: UM.ActiveProfile.valid && UM.ActiveProfile.hasCustomisedValues - text: catalog.i18nc("@action:inmenu menubar:profile","&Reset Current Profile"); + text: catalog.i18nc("@action:inmenu menubar:profile","&Reload Current Profile"); } Action