From 72b5d3f4b9aae550cf75e0343a45dd8353fb4da8 Mon Sep 17 00:00:00 2001 From: Jesse Weinstein Date: Mon, 18 Mar 2013 19:33:48 -0400 Subject: [PATCH] Bug 349248: Fix more user-visible references to CDT Change-Id: I8f60fee92f69b09a2c9ec6d3d1d3855657af111d Reviewed-on: https://git.eclipse.org/r/11293 Reviewed-by: Sergey Prigogin IP-Clean: Sergey Prigogin Tested-by: Sergey Prigogin --- core/org.eclipse.cdt.ui/plugin.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 38711e5a3f5..f537ac3ed00 100755 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -293,9 +293,9 @@ ActionDefinition.showQuickTypeHierarchy.description= Shows quick type hierarchy CElementWorkingSetPage.name = C/C++ -BuildConsole.name=CDT Build Console -BuildConsoleFontDefinition.description= The CDT Build Console font is used by the CDT Build Console -BuildConsoleFontDefinition.label= CDT Build Console Text Font +BuildConsole.name=C/C++ Build Console +BuildConsoleFontDefinition.description= The C/C++ Build Console font is used by the C/C++ Build Console +BuildConsoleFontDefinition.label= C/C++ Build Console Text Font ActionDefinition.GotoNextMember.name = Go to Next Member ActionDefinition.GotoNextMember.description = Move the caret to the next member of the translation unit