Improve description.

This commit is contained in:
Roman Telezhynskyi 2023-01-11 14:02:48 +02:00
parent 19344de569
commit f43f8c5f98

View file

@ -69,7 +69,7 @@ Module {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "generating " + output.fileName + " from " + input.fileName;
cmd.description = "Generating " + output.fileName + " from " + input.fileName;
cmd.highlight = "codegen";
cmd.sourceCode = function() {
var aggregateDesktopKeys = Fdo.parseDesktopFile(input.filePath);