diff --git a/common/locale/en-US/autocommands.xml b/common/locale/en-US/autocommands.xml
index eeddb675..a182e2e7 100644
--- a/common/locale/en-US/autocommands.xml
+++ b/common/locale/en-US/autocommands.xml
@@ -38,7 +38,7 @@
pages not matching the following regular expression. If the
-javascript (short name -js) option is given,
cmd is interpreted as JavaScript code. Otherwise, it is
- interpreted as an ex command.
+ interpreted as an Ex command.
diff --git a/melodactyl/locale/en-US/autocommands.xml b/melodactyl/locale/en-US/autocommands.xml
index 41b455be..ad56d19a 100644
--- a/melodactyl/locale/en-US/autocommands.xml
+++ b/melodactyl/locale/en-US/autocommands.xml
@@ -35,9 +35,9 @@
<title> The page, bookmark or download title.
<doc> The document for which the event occurred. Only for DOMLoad, PageLoad and PageLoadPre.
<tab> The tab in which the event occurred. Only for DOMLoad, PageLoad and PageLoadPre.
- <tags> The tags applied to <url>. Only for BookmarkAdd.
+ <tags> The tags applied to <url>. Only for BookmarkAdd.
<keyword>The keywords applied to the bookmark. Only for BookmarkAdd.
- <icon> The icon associated with <url>. Only for BookmarkAdd.
+ <icon> The icon associated with <url>. Only for BookmarkAdd.
<size> The size of a downloaded file. Only for DownloadPost.
<file> The target destination of a download. Only for DownloadPost.
<state> The new fullscreen state. Only for Fullscreen.
diff --git a/pentadactyl/locale/en-US/autocommands.xml b/pentadactyl/locale/en-US/autocommands.xml
index e28799c9..ee289b84 100644
--- a/pentadactyl/locale/en-US/autocommands.xml
+++ b/pentadactyl/locale/en-US/autocommands.xml
@@ -32,12 +32,12 @@
<doc> The document for which the event occurred. Only for DOMLoad, PageLoad and PageLoadPre.
<tab> The tab in which the event occurred. Only for DOMLoad, PageLoad and PageLoadPre.
<changed> The name of the property that has changed. Only for BookmarkChange.
- <tags> The tags applied to <url>. Only for Bookmark*.
+ <tags> The tags applied to <url>. Only for Bookmark*.
<keyword> The keywords applied to the bookmark. Only for BookmarkChange, BookmarkRemove.
- <icon> The icon associated with <url>. Only for Bookmark*.
+ <icon> The icon associated with <url>. Only for Bookmark*.
<size> The size of a downloaded file. Only for DownloadPost.
<file> The target destination of a download. Only for DownloadPost.
- <state> The new state. Only for "Fullscreen" and PrivateMode.
+ <state> The new state. Only for Fullscreen and PrivateMode.
<name> The name of the item. Only for ColorScheme and Sanitize.