mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 23:05:46 +01:00
Localization-related changes. Fix dead help links.
This commit is contained in:
@@ -1084,7 +1084,7 @@ var Commands = Module("commands", {
|
||||
complete.advance(args.completeStart);
|
||||
complete.keys = {
|
||||
text: "names",
|
||||
description: function (opt) messages.get(["command", params.name, opt.names[0], "description"].join("."), opt.description)
|
||||
description: function (opt) messages.get(["command", params.name, "options", opt.names[0], "description"].join("."), opt.description)
|
||||
};
|
||||
complete.title = ["Options"];
|
||||
if (completeOpts)
|
||||
|
||||
Reference in New Issue
Block a user