debug: improve simple wording

This commit is contained in:
isidor
2016-01-12 17:42:14 +01:00
parent 1331354349
commit 2bc11998d8
@@ -114,7 +114,7 @@ export class Adapter {
private warnRelativePaths(attribute: any): void {
if (attribute) {
attribute.pattern = '^\\${.*}.*|^((\\/|[a-zA-Z]:\\\\)[^\\(\\)<>\\\'\\"\\[\\]]+)';
attribute.errorMessage = nls.localize('relativePathsNotConverted', "Relative paths will no longer be converted to absolute ones. Consider using ${workspaceRoot} as a prefix.");
attribute.errorMessage = nls.localize('relativePathsNotConverted', "Relative paths will no longer be automatically converted to absolute ones. Consider using ${workspaceRoot} as a prefix.");
}
}
}