提交 f416b8e8 编写于 作者: J Joao Moreno

nls fix

上级 f8bb4ade
......@@ -773,7 +773,7 @@ export class InputCommitAction extends GitAction {
const status = this.gitService.getModel().getStatus();
return this.quickOpenService.input({ prompt: 'Commit Message' })
return this.quickOpenService.input({ prompt: nls.localize('commitMessage', "Commit Message") })
.then(message => message && this.gitService.commit(message, false, status.getIndexStatus().all().length === 0));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册