1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 20:17:59 +01:00

Minor doc fixes.

This commit is contained in:
Štěpán Němec
2011-07-30 11:48:11 +02:00
parent 3d48c0d68b
commit 74a5d575ac
2 changed files with 3 additions and 1 deletions

View File

@@ -1285,7 +1285,7 @@ var Hints = Module("hints", {
values: {
"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."
"2": "Follow the selected hint on <Return> only if it's been <Tab>-selected."
}
});