diff options
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.js b/commands.js index 66263905..f2b19467 100644 --- a/commands.js +++ b/commands.js @@ -157,9 +157,9 @@ var commandDescriptions = { scrollRight: ["Scroll right"], scrollToTop: ["Scroll to the top of the page"], scrollToBottom: ["Scroll to the bottom of the page"], - scrollToLeft: ["Scroll to the left of the page"], + scrollToLeft: ["Scroll all the way to the left"], - scrollToRight: ["Scroll to the right of the page"], + scrollToRight: ["Scroll all the way to the right"], scrollPageDown: ["Scroll a page down"], scrollPageUp: ["Scroll a page up"], scrollFullPageDown: ["Scroll a full page down"], |
