Another wording change to the PHP executable validation.

This commit is contained in:
Dirk Baeumer
2017-02-02 09:57:56 +01:00
parent 383bd60a6c
commit f8e09e80ad

View File

@@ -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 PHP files?', this.executable),
localize('php.useExecutablePath', 'Do you allow {0} (defined as a workspace setting) to be executed to lint PHP files?', this.executable),
{
title: localize('php.yes', 'Yes'),
id: 'yes'