Clarify wording

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

CURA-970
This commit is contained in:
fieldOfView 2016-05-02 09:58:48 +02:00
parent 614726a574
commit c73bdc3fb0

View file

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