mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:07:58 +01:00
Fix some smallish focus issued.
This commit is contained in:
@@ -976,9 +976,9 @@ var Tabs = Module("tabs", {
|
||||
return value;
|
||||
},
|
||||
completer: function (context) [
|
||||
["never", "Never show tab bar"],
|
||||
["multitab", "Show tab bar when there are multiple tabs"],
|
||||
["always", "Always show tab bar"]
|
||||
["never", "Never show the tab bar"],
|
||||
["multitab", "Show the tab bar when there are multiple tabs"],
|
||||
["always", "Always show the tab bar"]
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user