From 12e6a908fbd5c9df541ff16ef720f80c21803e2f Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Fri, 24 Aug 2012 12:21:16 -0400 Subject: [PATCH] Bug 387680 - Entries and Providers are not externalized in C++ preferences --- core/org.eclipse.cdt.ui/plugin.properties | 3 ++- core/org.eclipse.cdt.ui/plugin.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 783a6f95038..0f1470da0ed 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -609,7 +609,8 @@ includeFolderDecorator.description = Decorates missing include folders with erro templatesViewName= Templates -AllLanguageSettingEntries.name=Providers +AllLanguageSettingEntries.name=Entries +AllLanguageSettingProviders.name=Providers AllLanguageSettingEntries.tooltip=Language Setting Entries Providers deleteConfigsCommand.name = Reset to Default diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 900b5032008..1bfea7622ae 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -4347,14 +4347,14 @@