diff --git a/common/content/commandline.js b/common/content/commandline.js index 3b3bce56..931a9b8a 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1600,7 +1600,7 @@ var CommandLine = Module("commandline", { statusline.progress = ""; else statusline.progress = _("completion.matchIndex", - this.itemList.getOffset(idx), + this.itemList.getOffset(idx) + 1, this.itemList.itemCount); },