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