1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 16:04:14 +01:00

Fix a typo in revision bfae12eaabd7.

This commit is contained in:
Štěpán Němec
2010-12-31 00:09:20 +01:00
parent 69b9796249
commit ebc1563d08

View File

@@ -153,7 +153,7 @@ var RangeFinder = Module("rangefinder", {
});
modes.addMode("FIND_BACKWARD", {
extended: true,
description: "Forward Find mode, active when typing search input"
description: "Backward Find mode, active when typing search input"
});
},
commandline: function () {