From df984fae588fa8b60a355798f527d8723462187d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 12 Jun 2011 15:42:20 +1000 Subject: [PATCH] Fix gP description. --- common/content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index e073e317..89b2fb9d 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -1785,7 +1785,7 @@ var Buffer = Module("buffer", { } mappings.add([modes.NORMAL], ["gP"], - "Open (]put) a URL based on the current clipboard contents in a new buffer", + "Open (put) a URL based on the current clipboard contents in a new background buffer", function () { dactyl.open(url(), { from: "paste", where: dactyl.NEW_TAB, background: true }); });