mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 03:05:45 +01:00
More polyglotization.
This commit is contained in:
@@ -960,7 +960,7 @@ var Completion = Module("completion", {
|
||||
context.title = ["URL", "Title"];
|
||||
|
||||
context.fork("additional", 0, this, function (context) {
|
||||
context.title[0] += /*L*/" (additional)";
|
||||
context.title[0] += " " + _("completion.additional");
|
||||
context.filter = context.parent.filter; // FIXME
|
||||
context.completions = context.parent.completions;
|
||||
// For items whose URL doesn't exactly match the filter,
|
||||
|
||||
Reference in New Issue
Block a user