diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 58aae223c1e..05f9ed7440a 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -104,7 +104,9 @@ cxxHeaderName=C++ Header File
asmSourceName=Assembly Source File
binaryFileName=Binary File
-cdt_pathentry_var.description=CDT PathEntry Variable
+cdt_pathentry_var.description=CDT PathEntry variable
+config_name_var.description=The name of the active configuration for the project specified as an argument
+config_description_var.description=The description of the active configuration for the project specified as an argument
PDOMProviderName=PDOM Provider
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index c4e1a386479..f58003a9329 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -588,6 +588,22 @@
description="%cdt_pathentry_var.description">
+
+
+
+
+
+
+
+