diff --git a/extensions/php/src/features/validationProvider.ts b/extensions/php/src/features/validationProvider.ts index 7da55426ef7..3e4d3714578 100644 --- a/extensions/php/src/features/validationProvider.ts +++ b/extensions/php/src/features/validationProvider.ts @@ -184,7 +184,7 @@ export default class PHPValidationProvider { let checkedExecutablePath = this.workspaceStore.get(CheckedExecutablePath, undefined); if (!checkedExecutablePath || checkedExecutablePath !== this.executable) { vscode.window.showInformationMessage( - 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'