1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 11:05:47 +01:00

Fix <C-g>.

This commit is contained in:
Doug Kearns
2015-04-29 01:26:54 +10:00
parent 165c619b8e
commit 18015e3750

View File

@@ -1111,7 +1111,7 @@ var Buffer = Module("Buffer", {
// Ctrl-g single line output
if (!verbose) {
let file = this.win.location.pathname.split("/").pop() || _("buffer.noName");
let file = this.win.location.pathname.split("/").pop() || String(_("buffer.noName"));
let title = this.win.document.title || _("buffer.noTitle");
let info = template.map(