1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 20:35:46 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2007-08-16 10:58:34 +00:00
parent 0c7844dbeb
commit 1ec6743b5d
6 changed files with 20 additions and 20 deletions

View File

@@ -399,7 +399,7 @@ function Options() //{{{
));
addOption(new Option(["maxhints", "mh"], "number",
{
short_help: "Maximum number of simultanously shown hints",
short_help: "Maximum number of simultaneously shown hints",
help: "If you want to speed up display of hints, choose a smaller value",
default_value: 250,
validator: function (value) { if (value>=1 && value <=1000) return true; else return false; }