1
0
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:
Kris Maglione
2010-12-30 00:17:01 -05:00
parent 6b41435f30
commit 5f1c47ee20
4 changed files with 20 additions and 20 deletions

View File

@@ -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"]
]
});