1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 16:25:48 +01:00

More polyglotization.

This commit is contained in:
Kris Maglione
2011-04-29 14:28:02 -04:00
parent c2acfadc85
commit 7115948106
18 changed files with 96 additions and 60 deletions

View File

@@ -208,7 +208,7 @@ var IO = Module("io", {
}
catch (e) {
dactyl.reportError(e);
let message = /*L*/"Sourcing file: " + (e.echoerr || file.path + ": " + e);
let message = _("io.sourcingError", e.echoerr || file.path + ": " + e);
if (!params.silent)
dactyl.echoerr(message);
}