diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-20 11:54:46 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-20 11:54:46 -0500 |
commit | 8b95e72115f55d56d3793b3a02abe774ab18ed1a (patch) | |
tree | c0e50e12162a7209fe69020f4132fdf00f419693 /vimperator/locale | |
parent | 1f93e422e7a99f10089baaf46b56cf31ee204b15 (diff) | |
download | pentadactyl-8b95e72115f55d56d3793b3a02abe774ab18ed1a.tar.gz |
Minor copyedits.
Diffstat (limited to 'vimperator/locale')
-rw-r--r-- | vimperator/locale/en-US/browsing.txt | 12 | ||||
-rw-r--r-- | vimperator/locale/en-US/buffer.txt | 6 | ||||
-rw-r--r-- | vimperator/locale/en-US/eval.txt | 4 | ||||
-rw-r--r-- | vimperator/locale/en-US/hints.txt | 6 | ||||
-rw-r--r-- | vimperator/locale/en-US/intro.txt | 2 | ||||
-rw-r--r-- | vimperator/locale/en-US/map.txt | 4 | ||||
-rw-r--r-- | vimperator/locale/en-US/options.txt | 8 |
7 files changed, 21 insertions, 21 deletions
diff --git a/vimperator/locale/en-US/browsing.txt b/vimperator/locale/en-US/browsing.txt index 5688ce8f..57f8ce84 100644 --- a/vimperator/locale/en-US/browsing.txt +++ b/vimperator/locale/en-US/browsing.txt @@ -70,7 +70,7 @@ ________________________________________________________________________________ ||:tabopen[!] [a][arg1][a], [a][arg2][a], ...|| + ||t|| ________________________________________________________________________________ -Just like [c]:open[c], but also uses a new tab for the first URL. When +Just like [c]:open[c] but also uses a new tab for the first URL. When used with [!], the 'tabopen' value of the 'activate' option is negated. ________________________________________________________________________________ @@ -79,7 +79,7 @@ ________________________________________________________________________________ ||T|| ________________________________________________________________________________ Open one or more URLs in a new tab based on current location. Works like -[m]t[m], but preselects current URL in the [c]:tabopen[c] query. +[m]t[m] but preselects current URL in the [c]:tabopen[c] query. ________________________________________________________________________________ @@ -96,14 +96,14 @@ ________________________________________________________________________________ ||O|| ________________________________________________________________________________ Open one or more URLs in the current tab based on current location. Works -like [m]o[m], but preselects current URL in the [c]:open[c] query. +like [m]o[m] but preselects current URL in the [c]:open[c] query. ________________________________________________________________________________ |:winopen| |:wopen| |:winedit| ||:wino[pen][!] [a][arg1][a], [a][arg2][a], ...|| + ________________________________________________________________________________ -Just like [c]:tabopen[c], but opens the resulting web page(s) in a new window. +Just like [c]:tabopen[c] but opens the resulting web page(s) in a new window. ________________________________________________________________________________ @@ -121,7 +121,7 @@ ________________________________________________________________________________ ||P|| ________________________________________________________________________________ Open (put) a URL based on the current clipboard contents in a new buffer. Works -like [m]p[m], but opens a new tab. + +like [m]p[m] but opens a new tab. + Whether the new buffer is activated, depends on the 'activate' option. ________________________________________________________________________________ @@ -130,7 +130,7 @@ ________________________________________________________________________________ ||gP|| ________________________________________________________________________________ Open (put) a URL based on the current clipboard contents in a new buffer. -Works like [m]P[m], but inverts the 'activate' option. +Works like [m]P[m] but inverts the 'activate' option. ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/buffer.txt b/vimperator/locale/en-US/buffer.txt index f9738466..86c3c259 100644 --- a/vimperator/locale/en-US/buffer.txt +++ b/vimperator/locale/en-US/buffer.txt @@ -326,9 +326,9 @@ ________________________________________________________________________________ section:Copying{nbsp}text[copying,yanking] -When running in X11 the text of the following commands is not only copied to -the clipboard, but also put into the X11 selection, which can be pasted with -the middle mouse button: +When running in X11, the text of the following commands is not only +copied to the clipboard but is also put into the X11 selection, which +can be pasted with the middle mouse button: |y| + ||y|| diff --git a/vimperator/locale/en-US/eval.txt b/vimperator/locale/en-US/eval.txt index 0f1292b2..17c71dda 100644 --- a/vimperator/locale/en-US/eval.txt +++ b/vimperator/locale/en-US/eval.txt @@ -17,7 +17,7 @@ ________________________________________________________________________________ |:echoe| |:echoerr| ||:echoe[rr] {expr}|| + ________________________________________________________________________________ -Echo the expression as an error message. Just like [c]:ec[ho][c], but echoes +Echo the expression as an error message. Just like [c]:ec[ho][c] but echoes the result highlighted as ErrorMsg and saves it to the message history. ________________________________________________________________________________ @@ -25,7 +25,7 @@ ________________________________________________________________________________ |:echom| |:echomsg| ||:echom[sg] {expr}|| + ________________________________________________________________________________ -Echo the expression as an informational message. Just like [c]:ec[ho][c], but +Echo the expression as an informational message. Just like [c]:ec[ho][c] but also saves the message in the message history. ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/hints.txt b/vimperator/locale/en-US/hints.txt index 6d9b767b..794044e2 100644 --- a/vimperator/locale/en-US/hints.txt +++ b/vimperator/locale/en-US/hints.txt @@ -51,9 +51,9 @@ this hint mode. Then press [a]24[a] to copy the hint location. * |;b| [m]b[m] to open its location in a new background tab * |;w| [m]w[m] to open its destination in a new window * |;F| [m]F[m] to follow a sequence of [m]<CR>[m]-delimited hints in background tabs -* |;O| [m]O[m] to [c]:open[c] a URL based on hint location -* |;T| [m]T[m] to [c]:tabopen[c] a URL based on its location -* |;W| [m]W[m] to [c]:winopen[c] a URL based on its location +* |;O| [m]O[m] to generate an [c]:open[c] with hint's URL (like [m]O[m]) +* |;T| [m]T[m] to generate a [c]:tabopen[c] with hint's URL (like [m]T[m]) +* |;W| [m]W[m] to generate a [c]:winopen[c] with hint's URL * |;v| [m]v[m] to view its destination source * |;V| [m]V[m] to view its destination source in the external editor * |;y| [m]y[m] to yank its destination location diff --git a/vimperator/locale/en-US/intro.txt b/vimperator/locale/en-US/intro.txt index 27e9954f..7c666295 100644 --- a/vimperator/locale/en-US/intro.txt +++ b/vimperator/locale/en-US/intro.txt @@ -20,7 +20,7 @@ are hidden. + If you really need them, type: [c]:set guioptions+=mT[c] to get them back. + If you don't like Vimperator at all, you can uninstall it by typing [c]:addons[c] and remove/disable it. + -If you like it, but can't remember the shortcuts, press [m]F1[m] or +If you like it but can't remember the shortcuts, then press [m]F1[m] or [c]:help[c] to get this help window back. |author| |donation| + diff --git a/vimperator/locale/en-US/map.txt b/vimperator/locale/en-US/map.txt index a323454a..5dcd49ae 100644 --- a/vimperator/locale/en-US/map.txt +++ b/vimperator/locale/en-US/map.txt @@ -219,7 +219,7 @@ ________________________________________________________________________________ ||:ia[bbrev] {lhs}|| + ||:ia[bbrev]|| ________________________________________________________________________________ -Abbreviate a key sequence for Insert mode. Same as [c]:ab[breviate][c], but +Abbreviate a key sequence for Insert mode. Same as [c]:ab[breviate][c] but for Insert mode only. ________________________________________________________________________________ @@ -242,7 +242,7 @@ ________________________________________________________________________________ |:iuna| |:iunabbrev| ||:iuna[bbrev] {lhs}|| + ________________________________________________________________________________ -Remove an abbreviation for Insert mode. Same as [c]:una[bbreviate][c], but for +Remove an abbreviation for Insert mode. Same as [c]:una[bbreviate][c] but for Insert mode only. ________________________________________________________________________________ diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 6b043cb7..ddd38a3e 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -132,8 +132,8 @@ ____ ||:setl[ocal] {option}-={value}|| + ____ -The same as [c]:set[c] command, but operates on local for current -tab options only. See [c]:set[c] for details. +The same as [c]:set[c] command, but it operates for current tab options +only. See [c]:set[c] for details. ____ |:setglobal| |:setg| @@ -151,7 +151,7 @@ ____ ||:setg[lobal] {option}-={value}|| + ____ -The same as [c]:set[c] command, but operates on global options only. +The same as [c]:set[c] command, but it operates on global options only. See [c]:set[c] for details. ____ @@ -367,7 +367,7 @@ Change the hint matching algorithm during hint mode. Possible values: `--------------------`------------------------------------------------------------------------------------------------------------------------------- *contains* The typed characters are split on whitespace, and these character groups have to match anywhere inside the text of the link. *wordstartswith* The typed characters are matched with the beginning of the first word (see 'wordseparators') in the link as long as possible. If no matches occur in the current word, then the matching is continued at the beginning of the next word. The words are worked through in the order they appear in the link. If the typed characters contain spaces, then the characters are split on whitespace. These character groups are then matched with the beginning of the words, beginning at the first one and continuing with the following words in the order they appear in the link. -*firstletters* Behaves like wordstartswith, but non matching words aren't overleaped. +*firstletters* Behaves like wordstartswith, but non-matching words aren't overleaped. *custom* Delegate to a custom function: liberator.plugins.customHintMatcher(hintString) ----------------------------------------------------------------------------------------------------------------------------------------------------- |