1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 19:35:53 +01:00

Fix erroneous message key use in :extadd.

--HG--
extra : rebase_source : b63c12fc8bdaebdca1d622e1b124bf729583cf12
This commit is contained in:
Doug Kearns
2011-03-11 05:39:38 +11:00
parent de64d3f600
commit 1094eb2412

View File

@@ -393,7 +393,7 @@ var Addons = Module("addons", {
else if (file.isDirectory())
dactyl.echoerr(_("addon.cantInstallDir", file.path.quote()));
else
dactyl.echoerr(_("io.notReadable-1", file.path));
dactyl.echoerr(_("io.notReadable", file.path));
}, {
argCount: "1",
completer: function (context) {