1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:02:27 +01:00

Typo and general idiocy fixes. Kill 'linksearch'.

This commit is contained in:
Kris Maglione
2010-12-17 12:30:51 -05:00
parent 714870525e
commit 9fb3febe95
16 changed files with 50 additions and 74 deletions

View File

@@ -564,7 +564,7 @@ const Bookmarks = Module("bookmarks", {
},
options: function () {
options.add(["defsearch", "ds"],
"Set the default search engine",
"The default search engine",
"string", "google",
{
completer: function completer(context) {
@@ -574,7 +574,7 @@ const Bookmarks = Module("bookmarks", {
});
options.add(["suggestengines"],
"Engine alias which provide search suggestions",
"Search engines used for search suggestions",
"stringlist", "google",
{ completer: function completer(context) completion.searchEngine(context, true), });
},