mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:22:27 +01:00
Move some more message strings to the properties file.
This commit is contained in:
@@ -1399,7 +1399,7 @@ var Commands = Module("commands", {
|
||||
});
|
||||
}
|
||||
catch (e) {
|
||||
dactyl.echo(":" + this.name + " ...");
|
||||
dactyl.echo(":" + this.name + " ..."); // XXX
|
||||
dactyl.echoerr(_("command.unknownCompleter", completer));
|
||||
dactyl.log(e);
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user