1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:17:59 +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

@@ -943,7 +943,7 @@ const Tabs = Module("tabs", {
},
options: function () {
options.add(["showtabline", "stal"],
"Control when to show the tab bar of opened web pages",
"Define when the tab bar is visible",
"number", config.defaults["showtabline"],
{
setter: function (value) {
@@ -983,7 +983,7 @@ const Tabs = Module("tabs", {
["paste", "P and gP mappings"]
];
options.add(["activate", "act"],
"Define when tabs are automatically activated",
"Define when newly created tabs are automatically activated",
"stringlist", [g[0] for (g in values(activateGroups.slice(1))) if (!g[2] || !prefs.get("browser.tabs." + g[2]))].join(","),
{
completer: function (context) activateGroups,