diff options
author | Štěpán Němec <stepnem@gmail.com> | 2010-09-22 18:16:04 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2010-09-22 18:16:04 +0200 |
commit | 7315817acd2859732290a2ce7e2d9b5b0978a058 (patch) | |
tree | 6b58e00f031eb31ca323226daaf6c2b05812d776 /common/locale/en-US/marks.xml | |
parent | 1d14bbcd64d2f09f23033d449efb8af46af02daa (diff) | |
download | pentadactyl-7315817acd2859732290a2ce7e2d9b5b0978a058.tar.gz |
Fix some more typos and errors in the documentation
Diffstat (limited to 'common/locale/en-US/marks.xml')
-rw-r--r-- | common/locale/en-US/marks.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml index 9b8d0bd9..85c199c9 100644 --- a/common/locale/en-US/marks.xml +++ b/common/locale/en-US/marks.xml @@ -18,7 +18,7 @@ <ul> <li><em>Bookmarks</em> are the standard marks of &dactyl.host;, and are fully supported.</li> - <li><em>QuickMarks</em> allow you to quickly save and return as many as 62 (a-zA-Z0-9) different web sites with a quick keyboard shortcut.</li> + <li><em>QuickMarks</em> allow you to quickly save and return to as many as 62 (a-zA-Z0-9) different web sites with a quick keyboard shortcut.</li> <li><em>Local marks</em> allow you to store and return to a position within the current web page.</li> <li><em>URL marks</em> allow you to store and return to the position and URL of the current web page.</li> <li><em>History</em> marks every opened page with data on when and how often it has been visited.</li> @@ -70,7 +70,7 @@ </dl> <p> - If <oa>url</oa> is omitted, the URL currently loaded web + If <oa>url</oa> is omitted, URL of the currently loaded web page is used. </p> @@ -113,7 +113,7 @@ <p> The special version <ex>:bmarks!</ex> works the same as - <ex>:bmarks</ex> except that it opens all all matching + <ex>:bmarks</ex> except that it opens all matching bookmarks in new tabs rather than listing them. </p> @@ -158,7 +158,7 @@ when and how often it is visited, and can be retrieved both in history list and location completions. Indeed, the ‘frecency’ algorithm used to determine the results of location completions - (see the <o>complete</o> option) mean that history is often a + (see the <o>complete</o> option) means that history is often a more effective type of mark than bookmarks themselves. </p> @@ -252,7 +252,7 @@ <p> The special version <ex>:history!</ex> works the same as - <ex>:history</ex> except that it opens all all matching + <ex>:history</ex> except that it opens all matching pages in new tabs rather than listing them. </p> |