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:
@@ -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
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user