1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 23:47:58 +01:00

Fix gP description.

This commit is contained in:
Doug Kearns
2011-06-12 15:42:20 +10:00
parent a6f1417220
commit df984fae58

View File

@@ -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 });
});