diff --git a/notebook/static/notebook/js/shortcuteditor.js b/notebook/static/notebook/js/shortcuteditor.js index d122d688d..be0c2c434 100644 --- a/notebook/static/notebook/js/shortcuteditor.js +++ b/notebook/static/notebook/js/shortcuteditor.js @@ -141,8 +141,8 @@ var KeyBindingList = createClass({ "l t but not h a a l "+ "t or a h l t.\n"+ " - Sequences can include the same key multiple times (e.g., `d,d`).\n"+ - " - You cannot include a sequence that is a 'prefix' of another sequence.\n"+ - " - E.g., `d,d,d` cannot be used a the same time as `d,d`).\n"+ + " - You cannot include any pairs of sequences where one is a 'prefix' the other.\n"+ + " - E.g., `d,d,d` cannot be used a the same time as `d,d`.\n"+ " - Key combinations are unique elements that can be used in a sequence.\n"+ " - E.g., `Ctrl-d,d` and `d,d` can exist at the same time and are both valid key sequences.\n"+ "\n"+