From a0a17fa04a047021159010dd0d43d7aaa041054e Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Tue, 18 Mar 2014 11:19:44 -0700 Subject: [PATCH] capitalize keyboard shortcuts in the tour --- IPython/html/static/notebook/js/tour.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",