Change wording of buttons in cancel confirmation
"Cancel" and "Proceed" is misleading. Closes #1656
This commit is contained in:
parent
42e3922053
commit
2669e79778
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
});
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue