Browse Source

Clarify wording

The profile is not being altered; instead the current settings are set to a clean copy of the stored profile.

CURA-970
fieldOfView 8 years ago
parent
commit
c73bdc3fb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Actions.qml

+ 1 - 1
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