From dd28a2fd16d7ab7592be7ea04a10858dc167d8be Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Fri, 9 Jun 2017 17:34:56 +0300 Subject: [PATCH] skip links for description node text (IDEA-141189) --- plugins/maven/src/main/resources/MavenDomBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/maven/src/main/resources/MavenDomBundle.properties b/plugins/maven/src/main/resources/MavenDomBundle.properties index 5eb036a947e0..5b018b56e5bc 100644 --- a/plugins/maven/src/main/resources/MavenDomBundle.properties +++ b/plugins/maven/src/main/resources/MavenDomBundle.properties @@ -37,7 +37,7 @@ refactoring.inline.property=Inline Property choose.project=Choose project inspection.duplicate.dependencies.name=Duplicate Dependencies inspection.duplicate.plugin.declaration=Duplicate plugin declaration -MavenDuplicateDependenciesInspection.has.duplicates=Dependency is duplicated in file(s): {0} +MavenDuplicateDependenciesInspection.has.duplicates=Dependency is duplicated in file(s)#treeend: {0} inspection.redundant.groupId.name=Redundant groupId inspection.property.in.parent.name=Usage of properties in parent description inspection.property.in.parent.description=Properties in parent definition are prohibited \ No newline at end of file