diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index 094cc351..ade0918f 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -46,7 +46,7 @@ const Bookmarks = Module("bookmarks", { * Otherwise, if a bookmark for the given URL exists it is * updated instead. * @optional - * @returns {boolean} True if the bookmark was added or update + * @returns {boolean} True if the bookmark was added or updated * successfully. */ add: function add(unfiled, title, url, keyword, tags, force) { diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index a18c5840..824b8a9c 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1319,8 +1319,8 @@
Don't show link destination
-
status
Show the link's destination in the &tag.status-line;
-
command
Show the link's destination in the &tag.command-line;
+
status
Show the link destination in the &tag.status-line;
+
command
Show the link destination in the &tag.command-line;
diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index a73613bf..42884192 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -49,9 +49,9 @@ * The concept of completion contexts is now exposed to the user (see :h :contexts), allowing for powerful and fine-grained completion system customization. - * IMPORTANT: 'laststatus' has been replaced with the ā€˜s’ flag in + * IMPORTANT: 'laststatus' has been replaced with the "s" flag in 'guioptions'. - * IMPORTANT: 'showstatuslinks' is not a string option. + * IMPORTANT: 'showstatuslinks' is now a string option. * IMPORTANT: Command script files now use the *.penta file extension. * IMPORTANT: Plugins are now loaded from the 'plugins/' directory in 'runtimepath' rather than 'plugin/'.