diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 6129a447c..4742c43b8 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -56,7 +56,7 @@ var tour_steps = [ title: "Edit Mode", placement: 'bottom', onShow: function(tour) { edit_mode(); }, - content: "Pressing enter or clicking in the input text area of the cell switches to Edit Mode." + content: "Pressing Enter or clicking in the input text area of the cell switches to Edit Mode." }, { element: '.selected', title: "Edit Mode", @@ -68,7 +68,7 @@ var tour_steps = [ title: "Back to Command Mode", placement: 'bottom', onShow: function(tour) { IPython.notebook.command_mode(); }, - content: "Pressing esc or clicking outside of the input text area takes you back to Command Mode." + content: "Pressing Esc or clicking outside of the input text area takes you back to Command Mode." }, { element: '#keyboard_shortcuts', title: "Keyboard Shortcuts",