mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 01:44:12 +01:00
Annotate most strings which need to be explicitly localified.
This commit is contained in:
@@ -157,7 +157,7 @@ var QuickMarks = Module("quickmarks", {
|
||||
context.fork("current", 0, this, function (context) {
|
||||
context.title = ["Extra Completions"];
|
||||
context.completions = [
|
||||
[quickmarks.get(args[0]), "Current Value"]
|
||||
[quickmarks.get(args[0]), _("option.currentValue")]
|
||||
].filter(function ([k, v]) k);
|
||||
});
|
||||
context.fork("url", 0, completion, "url");
|
||||
|
||||
Reference in New Issue
Block a user