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

Clean up some option descriptions.

This commit is contained in:
Doug Kearns
2009-07-24 21:01:45 +10:00
parent 93c573d04f
commit 04b96235be
7 changed files with 13 additions and 13 deletions

View File

@@ -803,9 +803,9 @@ function Hints() //{{{
"number", 0,
{
completer: function () [
["0", "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on [m]<Return>[m]."],
["1", "Follow the selected hint on [m]<Return>[m]."],
["2", "Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected."]
["0", "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on <Return>."],
["1", "Follow the selected hint on <Return>."],
["2", "Follow the selected hint on <Return> only it's been <Tab>-selected."]
],
validator: Option.validateCompleter
});