Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2008-04-05 21:55:30 +0000
committerSergey Prigogin2008-04-05 21:55:30 +0000
commit570693386203c979824ff044e331f0a0c3802dce (patch)
tree0bcda6d606ab65a5552c0985e98a049842d7e58f /core/org.eclipse.cdt.ui
parent620f798dea36c89d9fa836e716f7b6d0ef7377d9 (diff)
downloadorg.eclipse.cdt-570693386203c979824ff044e331f0a0c3802dce.tar.gz
org.eclipse.cdt-570693386203c979824ff044e331f0a0c3802dce.tar.xz
org.eclipse.cdt-570693386203c979824ff044e331f0a0c3802dce.zip
Adjusted wording.
Diffstat (limited to 'core/org.eclipse.cdt.ui')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties10
1 files changed, 5 insertions, 5 deletions
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 58c9791e1aa..9da083a9487 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
@@ -326,12 +326,12 @@ ProposalFilterPreferencesUtil_defaultFilterName=<Default Filter>
# C/C++ Preferences
CPluginPreferencePage_0=Build scope
-CPluginPreferencePage_1=Functions 'Build project', 'Build All', 'Build Working Set' should...
-CPluginPreferencePage_2=build ACTIVE CONFIGURATION in each project
-CPluginPreferencePage_3=build ALL CONFIGURATIONS in each project
-CPluginPreferencePage_4=This feature is applicable only to projects which support separate configurations.
+CPluginPreferencePage_1=Commands 'Build project', 'Build All', 'Build Working Set' should...
+CPluginPreferencePage_2=build a&ctive configuration 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
+CPluginPreferencePage_structuralParseMode_label= &Follow unindexed header files when producing the outline view
CPluginPreferencePage_note= Note:
CPluginPreferencePage_performanceHint= Enabling this preference may have negative impact on performance.

Back to the top