mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-05 07:03:32 +02: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())
|
else if (file.isDirectory())
|
||||||
dactyl.echoerr(_("addon.cantInstallDir", file.path.quote()));
|
dactyl.echoerr(_("addon.cantInstallDir", file.path.quote()));
|
||||||
else
|
else
|
||||||
dactyl.echoerr(_("io.notReadable-1", file.path));
|
dactyl.echoerr(_("io.notReadable", file.path));
|
||||||
}, {
|
}, {
|
||||||
argCount: "1",
|
argCount: "1",
|
||||||
completer: function (context) {
|
completer: function (context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user