diff options
| author | ilya | 2010-03-15 20:10:53 -0700 |
|---|---|---|
| committer | ilya | 2010-03-15 20:10:53 -0700 |
| commit | 23fc0a0df79131eb702a3265eaa7c5691d0ec94b (patch) | |
| tree | 38c5b2e2b45cb4cc5fd1a69b3fe9f6c90ae1b549 /commands.js | |
| parent | 12ac20bf512849e65442fde581b955472052c82b (diff) | |
| download | vimium-23fc0a0df79131eb702a3265eaa7c5691d0ec94b.tar.bz2 | |
Fix some swapped descriptions in commands.js
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 3040cde0..701947c2 100644 --- a/commands.js +++ b/commands.js @@ -105,8 +105,8 @@ addCommand('scrollLeft', 'Scroll left'); addCommand('scrollRight', 'Scroll right'); addCommand('scrollToTop', 'Scroll to the top of the page'); addCommand('scrollToBottom', 'Scroll to the bottom of the page'); -addCommand('scrollPageDown', 'Scroll a page up'); -addCommand('scrollPageUp', 'Scroll a page down'); +addCommand('scrollPageDown', 'Scroll a page down'); +addCommand('scrollPageUp', 'Scroll a page up'); addCommand('scrollFullPageDown', 'Scroll a full page down'); addCommand('scrollFullPageUp', 'Scroll a full page up'); |
