提交 24fb832c 编写于 作者: B Benjamin Pasero

Save as isn't translated in command palet (fixes #5020)

上级 6c422355
......@@ -1538,7 +1538,7 @@ export class SaveFileAction extends BaseSaveFileAction {
export class SaveFileAsAction extends BaseSaveFileAction {
public static ID = 'workbench.action.files.saveAs';
public static LABEL = 'Save As...';
public static LABEL = nls.localize('saveAs', "Save As...");
public isSaveAs(): boolean {
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册