From 05825a801a20237696b2cbfef94f43b132e1f511 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 1 May 2012 11:24:01 -0400 Subject: [PATCH] mistakenly joined lines --- core/org.eclipse.cdt.ui/plugin.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index cf101407a8f..6ed12bc5cd9 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -611,7 +611,8 @@ AllLanguageSettingEntries.name=Providers AllLanguageSettingEntries.tooltip=Language Setting Entries Providers deleteConfigsCommand.name = Reset to Default -excludeCommand.name = Exclude from BuildActionDefinition.selectEnclosing.description = Expand the selection to enclosing C/C++ element +excludeCommand.name = Exclude from Build +ActionDefinition.selectEnclosing.description = Expand the selection to enclosing C/C++ element ActionDefinition.selectEnclosing.name = Select Enclosing C/C++ Element ActionDefinition.selectNext.description = Expand the selection to next C/C++ element ActionDefinition.selectNext.name = Select Next C/C++ Element