mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 07:34:11 +01:00
More ad hoc i18n work.
This commit is contained in:
@@ -831,7 +831,7 @@ unlet s:cpo_save
|
||||
|
||||
let result = io.system(arg);
|
||||
if (result.returnValue != 0)
|
||||
result.output += /*L*/"\nshell returned " + result.returnValue;
|
||||
result.output += "\n" + _("io.shellReturn", result.returnValue);
|
||||
|
||||
modules.commandline.command = "!" + arg;
|
||||
modules.commandline.commandOutput(<span highlight="CmdOutput">{result.output}</span>);
|
||||
|
||||
Reference in New Issue
Block a user