mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 15:35:46 +01:00
Localization-related changes. Fix dead help links.
This commit is contained in:
@@ -1840,11 +1840,11 @@ var Buffer = Module("buffer", {
|
||||
"Where to show the destination of the link under the cursor",
|
||||
"string", "status",
|
||||
{
|
||||
values: [
|
||||
["", "Don't show link destinations"],
|
||||
["status", "Show link destinations in the status line"],
|
||||
["command", "Show link destinations in the command line"]
|
||||
]
|
||||
values: {
|
||||
"": "Don't show link destinations",
|
||||
"status": "Show link destinations in the status line",
|
||||
"command": "Show link destinations in the command line"
|
||||
}
|
||||
});
|
||||
|
||||
options.add(["usermode", "um"],
|
||||
|
||||
Reference in New Issue
Block a user