提交 4038b7a7 编写于 作者: D Dirk Baeumer

Small wording change for PHP linter confirmation.

上级 2e0df7fc
......@@ -184,7 +184,7 @@ export default class PHPValidationProvider {
let checkedExecutablePath = this.workspaceStore.get<string>(CheckedExecutablePath, undefined);
if (!checkedExecutablePath || checkedExecutablePath !== this.executable) {
vscode.window.showInformationMessage<MessageItem>(
localize('php.useExecutablePath', 'Do you allow {0} to be executed to lint this file?', this.executable),
localize('php.useExecutablePath', 'Do you allow {0} to be executed to lint PHP files?', this.executable),
{
title: localize('php.yes', 'Yes'),
id: 'yes'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册