diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties index a5a1d8051c6..0dd66f25d80 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties @@ -330,7 +330,7 @@ ProposalFilterPreferencesUtil_defaultFilterName= CPluginPreferencePage_0=Build scope CPluginPreferencePage_1=Commands 'Build project', 'Build All', 'Build Working Set': CPluginPreferencePage_2=Build a&ctive configuration in each project -CPluginPreferencePage_3=Build &all configurations in each project +CPluginPreferencePage_3=Build a&ll configurations in each project CPluginPreferencePage_4=This feature is applicable only to projects that support separate configurations. CPluginPreferencePage_caption= General settings for C/C++ Development: CPluginPreferencePage_structuralParseMode_label= &Follow unindexed header files when producing the outline view diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties index 08076cbc9e4..9b31b576ca6 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/formatter/FormatterMessages.properties @@ -405,7 +405,7 @@ IndentationTabPage_namespace_group_option_indent_declarations_within_namespace=D IndentationTabPage_indent_empty_lines=Empty lines IndentationTabPage_switch_group_option_indent_statements_within_switch_body=Statements wit&hin 'switch' body -IndentationTabPage_switch_group_option_indent_statements_within_case_body=Statements within 'case' bo&dy +IndentationTabPage_switch_group_option_indent_statements_within_case_body=Statements within 'c&ase' body IndentationTabPage_switch_group_option_indent_break_statements='brea&k' statements IndentationTabPage_use_tabs_only_for_leading_indentations=Use tabs only for leading indentations