提交 669b0dac 编写于 作者: D Daniel Imms

Remove the change -> Remove:

Fixes #96490
上级 3d308321
......@@ -50,7 +50,7 @@ export class EnvironmentVariableInfoStale implements IEnvironmentVariableInfo {
});
this._diff.removed.forEach((mutators, variable) => {
mutators.forEach(mutator => {
const removePrefixText = localize('removeEnvironmentVariableChange', "Remove the change {0}", mutatorTypeLabel(mutator.type, mutator.value, variable));
const removePrefixText = localize('removeEnvironmentVariableChange', "Remove: {0}", mutatorTypeLabel(mutator.type, mutator.value, variable));
summary.push(`- ${removePrefixText}`);
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册