diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js
index d3a137d0..2bd0094e 100644
--- a/chrome/content/vimperator/commands.js
+++ b/chrome/content/vimperator/commands.js
@@ -257,7 +257,7 @@ function Commands()//{{{
{
usage: ["{count}bd[elete][!]"],
short_help: "Delete current buffer (=tab)",
- help: "Count WILL be supported in future releases, then :2bd removes two tabs and the one the right is selected.
Do :bdelete! to select the tab to the left after removing the current tab."
+ help: "Count WILL be supported in future releases, then :2bd removes two tabs and the one to the right is selected.
Do :bdelete! to select the tab to the left after removing the current tab."
}
));
addDefaultCommand(new Command(["beep"],