mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Change button labels in restart dialog to action words.
This commit is contained in:
parent
e852a86669
commit
6d0715988f
@ -735,11 +735,11 @@ var IPython = (function (IPython) {
|
||||
modal: true,
|
||||
title: "Dead kernel",
|
||||
buttons : {
|
||||
"Yes": function () {
|
||||
"Restart": function () {
|
||||
that.start_kernel();
|
||||
$(this).dialog('close');
|
||||
},
|
||||
"No": function () {
|
||||
"Continue running": function () {
|
||||
$(this).dialog('close');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user