From 4a60c5a05ccda93fb6abd42e323ed3f60a93485c Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Mon, 23 Feb 2015 01:16:11 +0300 Subject: [PATCH] inspection short name fixed --- plugins/java-i18n/src/META-INF/plugin.xml | 2 +- .../src/inspectionDescriptions/SuspiciousLocalesLanguages.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/java-i18n/src/META-INF/plugin.xml b/plugins/java-i18n/src/META-INF/plugin.xml index 3f042db7095e..9d4fc9a8f356 100644 --- a/plugins/java-i18n/src/META-INF/plugin.xml +++ b/plugins/java-i18n/src/META-INF/plugin.xml @@ -54,7 +54,7 @@ enabledByDefault="true" level="WARNING" implementationClass="com.intellij.codeInspection.capitalization.TitleCapitalizationInspection"/> - -Inspection detects locales which contain languages not included supported by Java. +Inspection detects locales which contain language codes not supported by Java. \ No newline at end of file