Change wording of buttons in cancel confirmation

"Cancel" and "Proceed" is misleading.

Closes #1656
This commit is contained in:
Gina Häußge 2016-12-16 12:31:07 +01:00
parent 42e3922053
commit 2669e79778

View file

@ -294,11 +294,13 @@ $(function() {
} else {
showConfirmationDialog({
message: gettext("This will cancel your print."),
cancel: gettext("No"),
proceed: gettext("Yes"),
onproceed: function() {
OctoPrint.job.cancel();
}
});
};
}
};
}