##// END OF EJS Templates
Change button labels in restart dialog to action words.
Fernando Perez -
Show More
@@ -735,11 +735,11 b' var IPython = (function (IPython) {'
735 modal: true,
735 modal: true,
736 title: "Dead kernel",
736 title: "Dead kernel",
737 buttons : {
737 buttons : {
738 "Yes": function () {
738 "Restart": function () {
739 that.start_kernel();
739 that.start_kernel();
740 $(this).dialog('close');
740 $(this).dialog('close');
741 },
741 },
742 "No": function () {
742 "Continue running": function () {
743 $(this).dialog('close');
743 $(this).dialog('close');
744 }
744 }
745 }
745 }
General Comments 0
You need to be logged in to leave comments. Login now