diff --git a/common/locale/en-US/developer.xml b/common/locale/en-US/developer.xml index 9925d02b..40a03e59 100644 --- a/common/locale/en-US/developer.xml +++ b/common/locale/en-US/developer.xml @@ -216,7 +216,7 @@ XML.prettyPrinting = false;

- ... + </plugin>;

diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml index d10fd02f..dfcae27f 100644 --- a/common/locale/en-US/eval.xml +++ b/common/locale/en-US/eval.xml @@ -91,7 +91,7 @@ :javascript cmd :javascript <<endpattern cmd - ... + … endpattern

diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 5dcafede..33f8a0ff 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -133,7 +133,7 @@ - :set option ... + :set option

For boolean options, turn them on. For all other types, @@ -143,7 +143,7 @@ - :set nooption ... + :set nooption

For boolean options, turn them off. For all other types, @@ -153,8 +153,8 @@ - :set option! ... - :set invoption ... + :set option! + :set invoption

For boolean options, invert their value. For all other types, @@ -165,8 +165,8 @@ :set!= - :set invoption=value ... - :set option!=value ... + :set invoption=value + :set option!=value

For list options, toggle the specified values.

@@ -189,7 +189,7 @@ :set-default - :set option& ... + :set option&

Reset option to its default value.

@@ -205,7 +205,7 @@ :set-args E487 E521 - :set option=value ... + :set option=value

Set string or number option to value. @@ -217,7 +217,7 @@ :set+= - :set option+=value ... + :set option+=value

Add the value to a number option, or append the value @@ -231,7 +231,7 @@ :set^= - :set option^=value ... + :set option^=value

Multiply the value to a number option, or prepend the @@ -243,7 +243,7 @@ :set-= - :set option-=value ... + :set option-=value

Subtract the value from a number option, or remove the diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index e54bec3f..d6e1d9c2 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -237,7 +237,7 @@

What is the meaning of life, the universe and everything? Douglas Adams, the only person who knew what this question really was about is now dead, - unfortunately. So now you might wonder what the meaning of death is... + unfortunately. So now you might wonder what the meaning of death is…

Uncategorized help

diff --git a/melodactyl/locale/en-US/intro.xml b/melodactyl/locale/en-US/intro.xml index e2d3c361..6d9eff76 100644 --- a/melodactyl/locale/en-US/intro.xml +++ b/melodactyl/locale/en-US/intro.xml @@ -122,7 +122,7 @@
  • Vim-like keybindings (h, j, gg, ZZ, , etc.)
  • Ex commands (:quit, :open www.foo.com, …)
  • -
  • Tab completion for all commands, highly configurable via wildmode, autocomplete, ...
  • +
  • Tab completion for all commands, highly configurable via wildmode, autocomplete, …
  • Hit-a-hint like navigation of links (start with f to follow a link)
  • Advanced completion of bookmark and history URLs
  • Vim-like status line with a Wget-like progress bar
  • diff --git a/teledactyl/locale/en-US/intro.xml b/teledactyl/locale/en-US/intro.xml index 328fb1cd..d6145c04 100644 --- a/teledactyl/locale/en-US/intro.xml +++ b/teledactyl/locale/en-US/intro.xml @@ -116,7 +116,7 @@
    • Vim-like keybindings (h, j, gg, ZZ, , etc.)
    • Ex commands (:quit, :open www.foo.com, …)
    • -
    • Tab completion for all commands, highly configurable via wildmode, autocomplete, ...
    • +
    • Tab completion for all commands, highly configurable via wildmode, autocomplete, …
    • Hit-a-hint like navigation of links (start with f to follow a link)
    • Advanced completion of bookmark and history URLs
    • Vim-like status line with a Wget-like progress bar