mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 08:07:59 +01:00
Move some messages to properties file. Local and modules directories still to be done.
This commit is contained in:
@@ -252,7 +252,7 @@ var Editor = Module("editor", {
|
||||
|
||||
let args = options.get("editor").format(args);
|
||||
|
||||
dactyl.assert(args.length >= 1, "No editor specified");
|
||||
dactyl.assert(args.length >= 1, _("editor.noEditor"));
|
||||
|
||||
io.run(args.shift(), args, blocking);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user