##// END OF EJS Templates
rewording according to feedback in #4802
Paul Ivanov -
Show More
@@ -31,16 +31,16 b' var tour_steps = ['
31 31 placement: 'bottom',
32 32 backdrop: true,
33 33 title: "Notebook Menubar",
34 content: "Actions on this notebook, its cells, and the kernel it communicates with."
34 content: "The menubar has menus for actions on the notebook, its cells, and the kernel it communicates with."
35 35 }, {
36 36 element: "#maintoolbar",
37 37 placement: 'bottom',
38 38 backdrop: true,
39 39 title: "Notebook Toolbar",
40 content: "Most common actions are here. Hover your mouse over each button for more information."
40 content: "The toolbar has buttons for the most common actions. Hover your mouse over each button for more information."
41 41 }, {
42 42 element: "#modal_indicator",
43 title: "Mode indicator",
43 title: "Mode Indicator",
44 44 placement: 'bottom',
45 45 content: "IPython has two modes: Edit Mode and Command Mode. In this area, an indicator can appear to tell you which mode you are in.",
46 46 onShow: function(tour) { command_icon_hack(); }
@@ -62,13 +62,7 b' var tour_steps = ['
62 62 title: "Edit Mode",
63 63 placement: 'bottom',
64 64 onShow: function(tour) { edit_mode(); },
65 content: "Notice that the border around the currently active cell changed color."
66 }, {
67 element: ".selected",
68 title: "Edit Mode",
69 placement: 'bottom',
70 onShow: function(tour) { edit_mode(); },
71 content: "Regular typing will insert text into the currently active cell."
65 content: "Notice that the border around the currently active cell changed color. Typing will insert text into the currently active cell."
72 66 }, {
73 67 element: '.selected',
74 68 title: "back to Command Mode",
General Comments 0
You need to be logged in to leave comments. Login now