Updated text to be more clear

CURA-2726
This commit is contained in:
Jaime van Kessel 2016-11-03 14:21:13 +01:00
parent 0f374a2e23
commit 450eb5443f
2 changed files with 2 additions and 2 deletions

View file

@ -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();
}