diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-03-17 12:58:50 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-03-17 12:58:50 +0100 |
commit | aaa81b6e83e308ce9c80d26122793f38473e4348 (patch) | |
tree | 5b43c820996c6d0645c15babe70237f63c744128 /common | |
parent | bb60d8aebaabc86b64c5e9e33c76180ae7a00ab5 (diff) | |
download | pentadactyl-aaa81b6e83e308ce9c80d26122793f38473e4348.tar.gz |
It's laisseZ, for Krist's sake.
Diffstat (limited to 'common')
-rw-r--r-- | common/content/events.js | 2 | ||||
-rw-r--r-- | common/locale/en-US/browsing.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/content/events.js b/common/content/events.js index bd28b11a..4f5f6a38 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1674,7 +1674,7 @@ var Events = Module("events", { values: { despotic: "Only allow focus changes when explicitly requested by the user", moderate: "Allow focus changes after user-initiated focus change", - "laisses-faire": "Always allow focus changes" + "laissez-faire": "Always allow focus changes" } }); diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml index df96044c..482cc1c1 100644 --- a/common/locale/en-US/browsing.xml +++ b/common/locale/en-US/browsing.xml @@ -101,7 +101,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to <example><ex>:open Linus Torvalds</ex></example> </li> <li> - Any other value is passed directly &dactyl.host; and + Any other value is passed directly to &dactyl.host; and must be a valid URL or hostname. </li> </ol> |