1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 09:54:11 +01:00

Fix typo.

This commit is contained in:
Kris Maglione
2011-06-03 10:42:59 -04:00
parent d9d523b84b
commit 8522cf1851

View File

@@ -621,7 +621,7 @@ var IO = Module("io", {
file.write(lines.join("\n"));
}
catch (e) {
dactyl.echoerr(_("io.notWriteable"), file.path.quote());
dactyl.echoerr(_("io.notWriteable", file.path.quote()));
dactyl.log(_("error.notWriteable", file.path, e.message)); // XXX
}
}, {