The profile is not being altered; instead the current settings are set to a clean copy of the stored profile. CURA-970
@@ -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